Html Css Color HEX #28426C Catalina Blue

📋 copy color: '#28426C'

red 40 ◦ green 66 ◦ blue 108

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

Shades of Catalina Blue #28426C

Tints of Catalina Blue #28426C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.84%

 BLUE value IS 108 (42.58% from 255) = 50.47%

R = 18.69%
G = 30.84%
B = 50.47%

CMYK

 C value IS 0.63

 M value IS 0.39

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#28426C (or 0x28426C) is known color: Catalina Blue. HEX triplet: 28, 42 and 6C. RGB value is (40,66,108). Sum of RGB (Red+Green+Blue) = 40+66+108=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 108 (42.58% from 255 or 50.47% from 214); Max value from RGB is 108 - color contains mainly: blue. Hex color #28426C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28426C is #D7BD93. Grayscale: #3E3E3E. Windows color (decimal): -14138772 or 7094824. OLE color: 7094824.

HSL color Cylindrical-coordinate representation of color #28426C: hue angle of 217.06º 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 #28426C is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 40 66 108 -
CMYK 0.63 0.39 0 0.58
HSL 217.06º 0.46% 0.29% -
HSV(B) 217.06º 0.63% 0.42% -
XYZ 5.53 5.43 14.94 -
YUV 63.01 153.39 111.58 -
System Red Green Blue C M Y K H S L
Decimal 40 66 108 0.63 0.39 0 0.58 217.06 0.46 0.29
Hex 28 42 6C 3F 27 0 3A D9 2E 1D
Octal 50 102 154 77 47 0 72 331 56 35
Binary 101000 1000010 1101100 111111 100111 0 111010 11011001 101110 11101

Color Harmonies of #28426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28426C

Black with #28426C

Text Example


Text Example

White with #28426C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,66,108); }

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

background-color css

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

 a { background-color: rgb(40,66,108); }

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

border-color css

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

 span { border-color: rgb(40,66,108); }

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