#283F68

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

Shades of Catalina Blue #283F68

Tints of Catalina Blue #283F68

Color information

#283F68 (or 0x283F68) is unknown color: approx Catalina Blue. HEX triplet: 28, 3F and 68. RGB value is (40,63,104). Sum of RGB (Red+Green+Blue) = 40+63+104=207 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.32% from 207); Green value is 63 (25% from 255 or 30.43% from 207); Blue value is 104 (41.02% from 255 or 50.24% from 207); Max value from RGB is 104 - color contains mainly: blue. Hex color #283F68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283F68 is #D7C097. Grayscale: #3C3C3C. Windows color (decimal): -14139544 or 6831912. OLE color: 6831912.

HSL color Cylindrical-coordinate representation of color #283F68: hue angle of 218.44º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #283F68 is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4063104-
CMYK0.620.3900.59
HSL218.44º44.44%28.24%-
HSV(B)218.44º61.54%40.78%-
XYZ5.155.0113.79-
YUV60.8152.38113.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.32%
GREEN value IS 63 (25% from 255) = 30.43%
BLUE value IS 104 (41.02% from 255) = 50.24%
R=19.32%
G=30.43%
B=50.24%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40631040.620.3900.59218.4444.4428.24
Hex283F683E2703Bda2c1c
Octal507715076470733325434
Binary101000111111110100011111010011101110111101101010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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