#283F61

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

Shades of Catalina Blue #283F61

Tints of Catalina Blue #283F61

Color information

#283F61 (or 0x283F61) is unknown color: approx Catalina Blue. HEX triplet: 28, 3F and 61. RGB value is (40,63,97). Sum of RGB (Red+Green+Blue) = 40+63+97=200 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20% from 200); Green value is 63 (25% from 255 or 31.5% from 200); Blue value is 97 (38.28% from 255 or 48.5% from 200); Max value from RGB is 97 - color contains mainly: blue. Hex color #283F61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283F61 is #D7C09E. Grayscale: #3B3B3B. Windows color (decimal): -14139551 or 6373160. OLE color: 6373160.

HSL color Cylindrical-coordinate representation of color #283F61: hue angle of 215.79º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #283F61 is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB406397-
CMYK0.590.3500.62
HSL215.79º41.61%26.86%-
HSV(B)215.79º58.76%38.04%-
XYZ4.814.8712-
YUV60148.88113.74-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20%
GREEN value IS 63 (25% from 255) = 31.5%
BLUE value IS 97 (38.28% from 255) = 48.5%
R=20%
G=31.5%
B=48.5%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4063970.590.3500.62215.7941.6126.86
Hex283F613B2303Ed82a1b
Octal507714173430763305233
Binary101000111111110000111101110001101111101101100010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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