Html Css Color HEX #283F59 Catalina Blue

📋 copy color: '#283F59'

red 40 ◦ green 63 ◦ blue 89

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

Shades of Catalina Blue #283F59

Tints of Catalina Blue #283F59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 46.35%

R = 20.83%
G = 32.81%
B = 46.35%

CMYK

 C value IS 0.55

 M value IS 0.29

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#283F59 (or 0x283F59) is known color: Catalina Blue. HEX triplet: 28, 3F and 59. RGB value is (40,63,89). Sum of RGB (Red+Green+Blue) = 40+63+89=192 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.83% from 192); Green value is 63 (25% from 255 or 32.81% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 89 - color contains mainly: blue. Hex color #283F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283F59 is #D7C0A6. Grayscale: #3A3A3A. Windows color (decimal): -14139559 or 5848872. OLE color: 5848872.

HSL color Cylindrical-coordinate representation of color #283F59: hue angle of 211.84º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #283F59 is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 40 63 89 -
CMYK 0.55 0.29 0 0.65
HSL 211.84º 0.38% 0.25% -
HSV(B) 211.84º 0.55% 0.35% -
XYZ 4.46 4.73 10.13 -
YUV 59.09 144.88 114.39 -
System Red Green Blue C M Y K H S L
Decimal 40 63 89 0.55 0.29 0 0.65 211.84 0.38 0.25
Hex 28 3F 59 37 1D 0 41 D4 26 19
Octal 50 77 131 67 35 0 101 324 46 31
Binary 101000 111111 1011001 110111 11101 0 1000001 11010100 100110 11001

Color Harmonies of #283F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283F59

Black with #283F59

Text Example


Text Example

White with #283F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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