#283F5E

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

Shades of Catalina Blue #283F5E

Tints of Catalina Blue #283F5E

Color information

#283F5E (or 0x283F5E) is unknown color: approx Catalina Blue. HEX triplet: 28, 3F and 5E. RGB value is (40,63,94). Sum of RGB (Red+Green+Blue) = 40+63+94=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 63 (25% from 255 or 31.98% from 197); Blue value is 94 (37.11% from 255 or 47.72% from 197); Max value from RGB is 94 - color contains mainly: blue. Hex color #283F5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283F5E is #D7C0A1. Grayscale: #3B3B3B. Windows color (decimal): -14139554 or 6176552. OLE color: 6176552.

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

Color convert

RGB406394-
CMYK0.570.3300.63
HSL214.44º40.3%26.27%-
HSV(B)214.44º57.45%36.86%-
XYZ4.674.8111.27-
YUV59.66147.38113.98-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.30%
GREEN value IS 63 (25% from 255) = 31.98%
BLUE value IS 94 (37.11% from 255) = 47.72%
R=20.30%
G=31.98%
B=47.72%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4063940.570.3300.63214.4440.326.27
Hex283F5E392103Fd6281a
Octal507713671410773265032
Binary101000111111101111011100110000101111111101011010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,63,94); }

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

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

 a { background-color: rgb(40,63,94); }

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

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

 span { border-color: rgb(40,63,94); }

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