Html Css Color HEX #283B55 Catalina Blue

📋 copy color: '#283B55'

red 40 ◦ green 59 ◦ blue 85

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

Shades of Catalina Blue #283B55

Tints of Catalina Blue #283B55

RGB

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

 GREEN value IS 59 (23.44% from 255) = 32.07%

 BLUE value IS 85 (33.59% from 255) = 46.2%

R = 21.74%
G = 32.07%
B = 46.2%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#283B55 (or 0x283B55) is known color: Catalina Blue. HEX triplet: 28, 3B and 55. RGB value is (40,59,85). Sum of RGB (Red+Green+Blue) = 40+59+85=184 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.74% from 184); Green value is 59 (23.44% from 255 or 32.07% from 184); Blue value is 85 (33.59% from 255 or 46.20% from 184); Max value from RGB is 85 - color contains mainly: blue. Hex color #283B55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283B55 is #D7C4AA. Grayscale: #383838. Windows color (decimal): -14140587 or 5585704. OLE color: 5585704.

HSL color Cylindrical-coordinate representation of color #283B55: hue angle of 214.67º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #283B55 is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 40 59 85 -
CMYK 0.53 0.31 0 0.67
HSL 214.67º 0.36% 0.25% -
HSV(B) 214.67º 0.53% 0.33% -
XYZ 4.08 4.23 9.2 -
YUV 56.28 144.21 116.39 -
System Red Green Blue C M Y K H S L
Decimal 40 59 85 0.53 0.31 0 0.67 214.67 0.36 0.25
Hex 28 3B 55 35 1F 0 43 D7 24 19
Octal 50 73 125 65 37 0 103 327 44 31
Binary 101000 111011 1010101 110101 11111 0 1000011 11010111 100100 11001

Color Harmonies of #283B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283B55

Black with #283B55

Text Example


Text Example

White with #283B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,59,85); }

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

background-color css

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

 a { background-color: rgb(40,59,85); }

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

border-color css

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

 span { border-color: rgb(40,59,85); }

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