Html Css Color HEX #28456A Catalina Blue

📋 copy color: '#28456A'

red 40 ◦ green 69 ◦ blue 106

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

Shades of Catalina Blue #28456A

Tints of Catalina Blue #28456A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.09%

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

R = 18.6%
G = 32.09%
B = 49.3%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#28456A (or 0x28456A) is known color: Catalina Blue. HEX triplet: 28, 45 and 6A. RGB value is (40,69,106). Sum of RGB (Red+Green+Blue) = 40+69+106=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 106 (41.80% from 255 or 49.30% from 215); Max value from RGB is 106 - color contains mainly: blue. Hex color #28456A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28456A is #D7BA95. Grayscale: #404040. Windows color (decimal): -14138006 or 6964520. OLE color: 6964520.

HSL color Cylindrical-coordinate representation of color #28456A: hue angle of 213.64º 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 #28456A is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 40 69 106 -
CMYK 0.62 0.35 0 0.58
HSL 213.64º 0.45% 0.29% -
HSV(B) 213.64º 0.62% 0.42% -
XYZ 5.6 5.75 14.45 -
YUV 64.55 151.39 110.49 -
System Red Green Blue C M Y K H S L
Decimal 40 69 106 0.62 0.35 0 0.58 213.64 0.45 0.29
Hex 28 45 6A 3E 23 0 3A D6 2D 1D
Octal 50 105 152 76 43 0 72 326 55 35
Binary 101000 1000101 1101010 111110 100011 0 111010 11010110 101101 11101

Color Harmonies of #28456A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28456A

Black with #28456A

Text Example


Text Example

White with #28456A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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