#283D5F

Color #283D5F Catalina Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Catalina Blue #283D5F

Tints of Catalina Blue #283D5F

Color information

#283D5F (or 0x283D5F) is unknown color: approx Catalina Blue. HEX triplet: 28, 3D and 5F. RGB value is (40,61,95). Sum of RGB (Red+Green+Blue) = 40+61+95=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 61 (24.22% from 255 or 31.12% from 196); Blue value is 95 (37.5% from 255 or 48.47% from 196); Max value from RGB is 95 - color contains mainly: blue. Hex color #283D5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283D5F is #D7C2A0. Grayscale: #3A3A3A. Windows color (decimal): -14140065 or 6241576. OLE color: 6241576.

HSL color Cylindrical-coordinate representation of color #283D5F: hue angle of 217.09º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #283D5F is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB406195-
CMYK0.580.3600.63
HSL217.09º40.74%26.47%-
HSV(B)217.09º57.89%37.25%-
XYZ4.614.6111.47-
YUV58.6148.54114.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 40 (16.02% from 255) = 20.41%
GREEN value IS 61 (24.22% from 255) = 31.12%
BLUE value IS 95 (37.5% from 255) = 48.47%
R=20.41%
G=31.12%
B=48.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4061950.580.3600.63217.0940.7426.47
Hex283D5F3A2403Fd9291a
Octal507513772440773315132
Binary101000111101101111111101010010001111111101100110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283D5F; }

 p { color: rgb(40,61,95); }

 H1.HeaderClassName
 {
   color: #283D5F;
 }
 .AnyTagClassName
 {
   color: #283D5F;
 }
</style>
background-color css

<style>
 a { background-color: #283D5F; }

 a { background-color: rgb(40,61,95); }

 div.DivClassName
 {
   background-color: #283D5F;
 }
 .BgClassName
 {
   background-color: #283D5F;
 }
</style>
border-color css

<style>
 span { border-color: #283D5F; }

 span { border-color: rgb(40,61,95); }

 td.TdClassName
 {
   border-color: #283D5F;
 }
 .TagClassName
 {
   border-color: #283D5F;
 }
</style>