Html Css Color HEX #28375F Catalina Blue

📋 copy color: '#28375F'

red 40 ◦ green 55 ◦ blue 95

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

Shades of Catalina Blue #28375F

Tints of Catalina Blue #28375F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.95%

 BLUE value IS 95 (37.5% from 255) = 50%

R = 21.05%
G = 28.95%
B = 50%

CMYK

 C value IS 0.58

 M value IS 0.42

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#28375F (or 0x28375F) is known color: Catalina Blue. HEX triplet: 28, 37 and 5F. RGB value is (40,55,95). Sum of RGB (Red+Green+Blue) = 40+55+95=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 95 (37.5% from 255 or 50% from 190); Max value from RGB is 95 - color contains mainly: blue. Hex color #28375F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28375F is #D7C8A0. Grayscale: #363636. Windows color (decimal): -14141601 or 6240040. OLE color: 6240040.

HSL color Cylindrical-coordinate representation of color #28375F: hue angle of 223.64º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #28375F is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 40 55 95 -
CMYK 0.58 0.42 0 0.63
HSL 223.64º 0.41% 0.26% -
HSV(B) 223.64º 0.58% 0.37% -
XYZ 4.31 4.01 11.37 -
YUV 55.08 150.53 117.25 -
System Red Green Blue C M Y K H S L
Decimal 40 55 95 0.58 0.42 0 0.63 223.64 0.41 0.26
Hex 28 37 5F 3A 2A 0 3F E0 29 1A
Octal 50 67 137 72 52 0 77 340 51 32
Binary 101000 110111 1011111 111010 101010 0 111111 11100000 101001 11010

Color Harmonies of #28375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28375F

Black with #28375F

Text Example


Text Example

White with #28375F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28375F; }

 p { color: rgb(40,55,95); }

 H1.HeaderClassName
 {
   color: #28375F;
 }
 .AnyTagClassName
 {
   color: #28375F;
 }
</style>

background-color css

<style>
 a { background-color: #28375F; }

 a { background-color: rgb(40,55,95); }

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

border-color css

<style>
 span { border-color: #28375F; }

 span { border-color: rgb(40,55,95); }

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