Html Css Color HEX #28446A Catalina Blue

📋 copy color: '#28446A'

red 40 ◦ green 68 ◦ blue 106

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

Shades of Catalina Blue #28446A

Tints of Catalina Blue #28446A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.78%

 BLUE value IS 106 (41.8% from 255) = 49.53%

R = 18.69%
G = 31.78%
B = 49.53%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#28446A (or 0x28446A) is known color: Catalina Blue. HEX triplet: 28, 44 and 6A. RGB value is (40,68,106). Sum of RGB (Red+Green+Blue) = 40+68+106=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 68 (26.95% from 255 or 31.78% from 214); Blue value is 106 (41.80% from 255 or 49.53% from 214); Max value from RGB is 106 - color contains mainly: blue. Hex color #28446A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28446A is #D7BB95. Grayscale: #3F3F3F. Windows color (decimal): -14138262 or 6964264. OLE color: 6964264.

HSL color Cylindrical-coordinate representation of color #28446A: hue angle of 214.55º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #28446A is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 40 68 106 -
CMYK 0.62 0.36 0 0.58
HSL 214.55º 0.45% 0.29% -
HSV(B) 214.55º 0.62% 0.42% -
XYZ 5.54 5.63 14.43 -
YUV 63.96 151.72 110.91 -
System Red Green Blue C M Y K H S L
Decimal 40 68 106 0.62 0.36 0 0.58 214.55 0.45 0.29
Hex 28 44 6A 3E 24 0 3A D7 2D 1D
Octal 50 104 152 76 44 0 72 327 55 35
Binary 101000 1000100 1101010 111110 100100 0 111010 11010111 101101 11101

Color Harmonies of #28446A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28446A

Black with #28446A

Text Example


Text Example

White with #28446A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28446A; }

 p { color: rgb(40,68,106); }

 H1.HeaderClassName
 {
   color: #28446A;
 }
 .AnyTagClassName
 {
   color: #28446A;
 }
</style>

background-color css

<style>
 a { background-color: #28446A; }

 a { background-color: rgb(40,68,106); }

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

border-color css

<style>
 span { border-color: #28446A; }

 span { border-color: rgb(40,68,106); }

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