Html Css Color HEX #28355B Catalina Blue

📋 copy color: '#28355B'

red 40 ◦ green 53 ◦ blue 91

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

Shades of Catalina Blue #28355B

Tints of Catalina Blue #28355B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.8%

 BLUE value IS 91 (35.94% from 255) = 49.46%

R = 21.74%
G = 28.8%
B = 49.46%

CMYK

 C value IS 0.56

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#28355B (or 0x28355B) is known color: Catalina Blue. HEX triplet: 28, 35 and 5B. RGB value is (40,53,91). Sum of RGB (Red+Green+Blue) = 40+53+91=184 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.74% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 91 (35.94% from 255 or 49.46% from 184); Max value from RGB is 91 - color contains mainly: blue. Hex color #28355B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28355B is #D7CAA4. Grayscale: #353535. Windows color (decimal): -14142117 or 5977384. OLE color: 5977384.

HSL color Cylindrical-coordinate representation of color #28355B: hue angle of 224.71º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #28355B is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 40 53 91 -
CMYK 0.56 0.42 0 0.64
HSL 224.71º 0.39% 0.26% -
HSV(B) 224.71º 0.56% 0.36% -
XYZ 4.04 3.75 10.41 -
YUV 53.45 149.19 118.41 -
System Red Green Blue C M Y K H S L
Decimal 40 53 91 0.56 0.42 0 0.64 224.71 0.39 0.26
Hex 28 35 5B 38 2A 0 40 E1 27 1A
Octal 50 65 133 70 52 0 100 341 47 32
Binary 101000 110101 1011011 111000 101010 0 1000000 11100001 100111 11010

Color Harmonies of #28355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28355B

Black with #28355B

Text Example


Text Example

White with #28355B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28355B; }

 p { color: rgb(40,53,91); }

 H1.HeaderClassName
 {
   color: #28355B;
 }
 .AnyTagClassName
 {
   color: #28355B;
 }
</style>

background-color css

<style>
 a { background-color: #28355B; }

 a { background-color: rgb(40,53,91); }

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

border-color css

<style>
 span { border-color: #28355B; }

 span { border-color: rgb(40,53,91); }

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