Html Css Color HEX #28355C Catalina Blue

📋 copy color: '#28355C'

red 40 ◦ green 53 ◦ blue 92

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

Shades of Catalina Blue #28355C

Tints of Catalina Blue #28355C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 49.73%

R = 21.62%
G = 28.65%
B = 49.73%

CMYK

 C value IS 0.57

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#28355C (or 0x28355C) is known color: Catalina Blue. HEX triplet: 28, 35 and 5C. RGB value is (40,53,92). Sum of RGB (Red+Green+Blue) = 40+53+92=185 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.62% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 92 (36.33% from 255 or 49.73% from 185); Max value from RGB is 92 - color contains mainly: blue. Hex color #28355C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28355C is #D7CAA3. Grayscale: #353535. Windows color (decimal): -14142116 or 6042920. OLE color: 6042920.

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

Color convert

RGB 40 53 92 -
CMYK 0.57 0.42 0 0.64
HSL 225º 0.39% 0.26% -
HSV(B) 225º 0.57% 0.36% -
XYZ 4.08 3.77 10.64 -
YUV 53.56 149.69 118.33 -
System Red Green Blue C M Y K H S L
Decimal 40 53 92 0.57 0.42 0 0.64 225 0.39 0.26
Hex 28 35 5C 39 2A 0 40 E1 27 1A
Octal 50 65 134 71 52 0 100 341 47 32
Binary 101000 110101 1011100 111001 101010 0 1000000 11100001 100111 11010

Color Harmonies of #28355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28355C

Black with #28355C

Text Example


Text Example

White with #28355C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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