Html Css Color HEX #283F5E Catalina Blue

📋 copy color: '#283F5E'

red 40 ◦ green 63 ◦ blue 94

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

Shades of Catalina Blue #283F5E

Tints of Catalina Blue #283F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 47.72%

R = 20.3%
G = 31.98%
B = 47.72%

CMYK

 C value IS 0.57

 M value IS 0.33

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#283F5E (or 0x283F5E) is known color: 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

RGB 40 63 94 -
CMYK 0.57 0.33 0 0.63
HSL 214.44º 0.4% 0.26% -
HSV(B) 214.44º 0.57% 0.37% -
XYZ 4.67 4.81 11.27 -
YUV 59.66 147.38 113.98 -
System Red Green Blue C M Y K H S L
Decimal 40 63 94 0.57 0.33 0 0.63 214.44 0.4 0.26
Hex 28 3F 5E 39 21 0 3F D6 28 1A
Octal 50 77 136 71 41 0 77 326 50 32
Binary 101000 111111 1011110 111001 100001 0 111111 11010110 101000 11010

Color Harmonies of #283F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283F5E

Black with #283F5E

Text Example


Text Example

White with #283F5E

Text Example


Text Example

HTML Codes & Css Web 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>