Html Css Color HEX #28476B Catalina Blue

📋 copy color: '#28476B'

red 40 ◦ green 71 ◦ blue 107

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

Shades of Catalina Blue #28476B

Tints of Catalina Blue #28476B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.57%

 BLUE value IS 107 (42.19% from 255) = 49.08%

R = 18.35%
G = 32.57%
B = 49.08%

CMYK

 C value IS 0.63

 M value IS 0.34

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#28476B (or 0x28476B) is known color: Catalina Blue. HEX triplet: 28, 47 and 6B. RGB value is (40,71,107). Sum of RGB (Red+Green+Blue) = 40+71+107=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 107 (42.19% from 255 or 49.08% from 218); Max value from RGB is 107 - color contains mainly: blue. Hex color #28476B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28476B is #D7B894. Grayscale: #414141. Windows color (decimal): -14137493 or 7030568. OLE color: 7030568.

HSL color Cylindrical-coordinate representation of color #28476B: hue angle of 212.24º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #28476B is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 40 71 107 -
CMYK 0.63 0.34 0 0.58
HSL 212.24º 0.46% 0.29% -
HSV(B) 212.24º 0.63% 0.42% -
XYZ 5.78 6.02 14.77 -
YUV 65.84 151.23 109.57 -
System Red Green Blue C M Y K H S L
Decimal 40 71 107 0.63 0.34 0 0.58 212.24 0.46 0.29
Hex 28 47 6B 3F 22 0 3A D4 2E 1D
Octal 50 107 153 77 42 0 72 324 56 35
Binary 101000 1000111 1101011 111111 100010 0 111010 11010100 101110 11101

Color Harmonies of #28476B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28476B

Black with #28476B

Text Example


Text Example

White with #28476B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,71,107); }

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

background-color css

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

 a { background-color: rgb(40,71,107); }

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

border-color css

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

 span { border-color: rgb(40,71,107); }

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