Html Css Color HEX #28426B Catalina Blue

📋 copy color: '#28426B'

red 40 ◦ green 66 ◦ blue 107

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

Shades of Catalina Blue #28426B

Tints of Catalina Blue #28426B

RGB

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

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

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

R = 18.78%
G = 30.99%
B = 50.23%

CMYK

 C value IS 0.63

 M value IS 0.38

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#28426B (or 0x28426B) is known color: Catalina Blue. HEX triplet: 28, 42 and 6B. RGB value is (40,66,107). Sum of RGB (Red+Green+Blue) = 40+66+107=213 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.78% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 107 (42.19% from 255 or 50.23% from 213); Max value from RGB is 107 - color contains mainly: blue. Hex color #28426B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28426B is #D7BD94. Grayscale: #3E3E3E. Windows color (decimal): -14138773 or 7029288. OLE color: 7029288.

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

Color convert

RGB 40 66 107 -
CMYK 0.63 0.38 0 0.58
HSL 216.72º 0.46% 0.29% -
HSV(B) 216.72º 0.63% 0.42% -
XYZ 5.48 5.41 14.67 -
YUV 62.9 152.89 111.67 -
System Red Green Blue C M Y K H S L
Decimal 40 66 107 0.63 0.38 0 0.58 216.72 0.46 0.29
Hex 28 42 6B 3F 26 0 3A D9 2E 1D
Octal 50 102 153 77 46 0 72 331 56 35
Binary 101000 1000010 1101011 111111 100110 0 111010 11011001 101110 11101

Color Harmonies of #28426B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28426B

Black with #28426B

Text Example


Text Example

White with #28426B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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