Html Css Color HEX #283C53 Catalina Blue

📋 copy color: '#283C53'

red 40 ◦ green 60 ◦ blue 83

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

Shades of Catalina Blue #283C53

Tints of Catalina Blue #283C53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 45.36%

R = 21.86%
G = 32.79%
B = 45.36%

CMYK

 C value IS 0.52

 M value IS 0.28

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#283C53 (or 0x283C53) is known color: Catalina Blue. HEX triplet: 28, 3C and 53. RGB value is (40,60,83). Sum of RGB (Red+Green+Blue) = 40+60+83=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 60 (23.83% from 255 or 32.79% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #283C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283C53 is #D7C3AC. Grayscale: #383838. Windows color (decimal): -14140333 or 5454888. OLE color: 5454888.

HSL color Cylindrical-coordinate representation of color #283C53: hue angle of 212.09º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #283C53 is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 40 60 83 -
CMYK 0.52 0.28 0 0.67
HSL 212.09º 0.35% 0.24% -
HSV(B) 212.09º 0.52% 0.33% -
XYZ 4.05 4.31 8.8 -
YUV 56.64 142.87 116.13 -
System Red Green Blue C M Y K H S L
Decimal 40 60 83 0.52 0.28 0 0.67 212.09 0.35 0.24
Hex 28 3C 53 34 1C 0 43 D4 23 18
Octal 50 74 123 64 34 0 103 324 43 30
Binary 101000 111100 1010011 110100 11100 0 1000011 11010100 100011 11000

Color Harmonies of #283C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283C53

Black with #283C53

Text Example


Text Example

White with #283C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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