Html Css Color HEX #28456D Catalina Blue

📋 copy color: '#28456D'

red 40 ◦ green 69 ◦ blue 109

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

Shades of Catalina Blue #28456D

Tints of Catalina Blue #28456D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 50%

R = 18.35%
G = 31.65%
B = 50%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#28456D (or 0x28456D) is known color: Catalina Blue. HEX triplet: 28, 45 and 6D. RGB value is (40,69,109). Sum of RGB (Red+Green+Blue) = 40+69+109=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #28456D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28456D is #D7BA92. Grayscale: #404040. Windows color (decimal): -14138003 or 7161128. OLE color: 7161128.

HSL color Cylindrical-coordinate representation of color #28456D: hue angle of 214.78º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #28456D is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 40 69 109 -
CMYK 0.63 0.37 0 0.57
HSL 214.78º 0.46% 0.29% -
HSV(B) 214.78º 0.63% 0.43% -
XYZ 5.76 5.81 15.29 -
YUV 64.89 152.89 110.25 -
System Red Green Blue C M Y K H S L
Decimal 40 69 109 0.63 0.37 0 0.57 214.78 0.46 0.29
Hex 28 45 6D 3F 25 0 39 D7 2E 1D
Octal 50 105 155 77 45 0 71 327 56 35
Binary 101000 1000101 1101101 111111 100101 0 111001 11010111 101110 11101

Color Harmonies of #28456D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28456D

Black with #28456D

Text Example


Text Example

White with #28456D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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