#283E69

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

Shades of Catalina Blue #283E69

Tints of Catalina Blue #283E69

Color information

#283E69 (or 0x283E69) is unknown color: approx Catalina Blue. HEX triplet: 28, 3E and 69. RGB value is (40,62,105). Sum of RGB (Red+Green+Blue) = 40+62+105=207 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.32% from 207); Green value is 62 (24.61% from 255 or 29.95% from 207); Blue value is 105 (41.41% from 255 or 50.72% from 207); Max value from RGB is 105 - color contains mainly: blue. Hex color #283E69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283E69 is #D7C196. Grayscale: #3C3C3C. Windows color (decimal): -14139799 or 6897192. OLE color: 6897192.

HSL color Cylindrical-coordinate representation of color #283E69: hue angle of 219.69º degrees, saturation: 0.45, 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 #283E69 is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4062105-
CMYK0.620.4100.59
HSL219.69º44.83%28.43%-
HSV(B)219.69º61.9%41.18%-
XYZ5.154.9214.04-
YUV60.32153.21113.5-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.32%
GREEN value IS 62 (24.61% from 255) = 29.95%
BLUE value IS 105 (41.41% from 255) = 50.72%
R=19.32%
G=29.95%
B=50.72%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40621050.620.4100.59219.6944.8328.43
Hex283E693E2903Bdc2d1c
Octal507615176510733345534
Binary101000111110110100111111010100101110111101110010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,62,105); }

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

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

 a { background-color: rgb(40,62,105); }

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

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

 span { border-color: rgb(40,62,105); }

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