Html Css Color HEX #283E5E Catalina Blue

📋 copy color: '#283E5E'

red 40 ◦ green 62 ◦ blue 94

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

Shades of Catalina Blue #283E5E

Tints of Catalina Blue #283E5E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 31.63%

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

R = 20.41%
G = 31.63%
B = 47.96%

CMYK

 C value IS 0.57

 M value IS 0.34

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#283E5E (or 0x283E5E) is known color: Catalina Blue. HEX triplet: 28, 3E and 5E. RGB value is (40,62,94). Sum of RGB (Red+Green+Blue) = 40+62+94=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 62 (24.61% from 255 or 31.63% from 196); Blue value is 94 (37.11% from 255 or 47.96% from 196); Max value from RGB is 94 - color contains mainly: blue. Hex color #283E5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283E5E is #D7C1A1. Grayscale: #3A3A3A. Windows color (decimal): -14139810 or 6176296. OLE color: 6176296.

HSL color Cylindrical-coordinate representation of color #283E5E: hue angle of 215.56º 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 #283E5E is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 40 62 94 -
CMYK 0.57 0.34 0 0.63
HSL 215.56º 0.4% 0.26% -
HSV(B) 215.56º 0.57% 0.37% -
XYZ 4.62 4.7 11.25 -
YUV 59.07 147.71 114.4 -
System Red Green Blue C M Y K H S L
Decimal 40 62 94 0.57 0.34 0 0.63 215.56 0.4 0.26
Hex 28 3E 5E 39 22 0 3F D8 28 1A
Octal 50 76 136 71 42 0 77 330 50 32
Binary 101000 111110 1011110 111001 100010 0 111111 11011000 101000 11010

Color Harmonies of #283E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283E5E

Black with #283E5E

Text Example


Text Example

White with #283E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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