Html Css Color HEX #283C58 Catalina Blue

📋 copy color: '#283C58'

red 40 ◦ green 60 ◦ blue 88

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

Shades of Catalina Blue #283C58

Tints of Catalina Blue #283C58

RGB

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

 GREEN value IS 60 (23.83% from 255) = 31.91%

 BLUE value IS 88 (34.77% from 255) = 46.81%

R = 21.28%
G = 31.91%
B = 46.81%

CMYK

 C value IS 0.55

 M value IS 0.32

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#283C58 (or 0x283C58) is known color: Catalina Blue. HEX triplet: 28, 3C and 58. RGB value is (40,60,88). Sum of RGB (Red+Green+Blue) = 40+60+88=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 60 (23.83% from 255 or 31.91% from 188); Blue value is 88 (34.77% from 255 or 46.81% from 188); Max value from RGB is 88 - color contains mainly: blue. Hex color #283C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283C58 is #D7C3A7. Grayscale: #393939. Windows color (decimal): -14140328 or 5782568. OLE color: 5782568.

HSL color Cylindrical-coordinate representation of color #283C58: hue angle of 215º 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 #283C58 is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 40 60 88 -
CMYK 0.55 0.32 0 0.65
HSL 215º 0.38% 0.25% -
HSV(B) 215º 0.55% 0.35% -
XYZ 4.25 4.39 9.86 -
YUV 57.21 145.37 115.72 -
System Red Green Blue C M Y K H S L
Decimal 40 60 88 0.55 0.32 0 0.65 215 0.38 0.25
Hex 28 3C 58 37 20 0 41 D7 26 19
Octal 50 74 130 67 40 0 101 327 46 31
Binary 101000 111100 1011000 110111 100000 0 1000001 11010111 100110 11001

Color Harmonies of #283C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283C58

Black with #283C58

Text Example


Text Example

White with #283C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,60,88); }

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

background-color css

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

 a { background-color: rgb(40,60,88); }

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

border-color css

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

 span { border-color: rgb(40,60,88); }

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