Html Css Color HEX #283F60 Catalina Blue

📋 copy color: '#283F60'

red 40 ◦ green 63 ◦ blue 96

#283F60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Catalina Blue #283F60

Tints of Catalina Blue #283F60

RGB

 RED value IS 40 (16.02% from 255) = 20.1%

 GREEN value IS 63 (25% from 255) = 31.66%

 BLUE value IS 96 (37.89% from 255) = 48.24%

R = 20.1%
G = 31.66%
B = 48.24%

CMYK

 C value IS 0.58

 M value IS 0.34

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#283F60 (or 0x283F60) is known color: Catalina Blue. HEX triplet: 28, 3F and 60. RGB value is (40,63,96). Sum of RGB (Red+Green+Blue) = 40+63+96=199 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.10% from 199); Green value is 63 (25% from 255 or 31.66% from 199); Blue value is 96 (37.89% from 255 or 48.24% from 199); Max value from RGB is 96 - color contains mainly: blue. Hex color #283F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283F60 is #D7C09F. Grayscale: #3B3B3B. Windows color (decimal): -14139552 or 6307624. OLE color: 6307624.

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

Color convert

RGB 40 63 96 -
CMYK 0.58 0.34 0 0.62
HSL 215.36º 0.41% 0.27% -
HSV(B) 215.36º 0.58% 0.38% -
XYZ 4.76 4.85 11.75 -
YUV 59.89 148.38 113.82 -
System Red Green Blue C M Y K H S L
Decimal 40 63 96 0.58 0.34 0 0.62 215.36 0.41 0.27
Hex 28 3F 60 3A 22 0 3E D7 29 1B
Octal 50 77 140 72 42 0 76 327 51 33
Binary 101000 111111 1100000 111010 100010 0 111110 11010111 101001 11011

Color Harmonies of #283F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283F60

Black with #283F60

Text Example


Text Example

White with #283F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #283F60;
 }
 .AnyTagClassName
 {
   color: #283F60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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