Html Css Color HEX #28466A Catalina Blue

📋 copy color: '#28466A'

red 40 ◦ green 70 ◦ blue 106

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

Shades of Catalina Blue #28466A

Tints of Catalina Blue #28466A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.41%

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

R = 18.52%
G = 32.41%
B = 49.07%

CMYK

 C value IS 0.62

 M value IS 0.34

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#28466A (or 0x28466A) is known color: Catalina Blue. HEX triplet: 28, 46 and 6A. RGB value is (40,70,106). Sum of RGB (Red+Green+Blue) = 40+70+106=216 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.52% from 216); Green value is 70 (27.73% from 255 or 32.41% from 216); Blue value is 106 (41.80% from 255 or 49.07% from 216); Max value from RGB is 106 - color contains mainly: blue. Hex color #28466A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28466A is #D7B995. Grayscale: #404040. Windows color (decimal): -14137750 or 6964776. OLE color: 6964776.

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

Color convert

RGB 40 70 106 -
CMYK 0.62 0.34 0 0.58
HSL 212.73º 0.45% 0.29% -
HSV(B) 212.73º 0.62% 0.42% -
XYZ 5.67 5.87 14.47 -
YUV 65.13 151.06 110.07 -
System Red Green Blue C M Y K H S L
Decimal 40 70 106 0.62 0.34 0 0.58 212.73 0.45 0.29
Hex 28 46 6A 3E 22 0 3A D5 2D 1D
Octal 50 106 152 76 42 0 72 325 55 35
Binary 101000 1000110 1101010 111110 100010 0 111010 11010101 101101 11101

Color Harmonies of #28466A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28466A

Black with #28466A

Text Example


Text Example

White with #28466A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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