Html Css Color HEX #28355F Gulf Blue

📋 copy color: '#28355F'

red 40 ◦ green 53 ◦ blue 95

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

Shades of Gulf Blue #28355F

Tints of Gulf Blue #28355F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.19%

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

R = 21.28%
G = 28.19%
B = 50.53%

CMYK

 C value IS 0.58

 M value IS 0.44

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#28355F (or 0x28355F) is known color: Gulf Blue. HEX triplet: 28, 35 and 5F. RGB value is (40,53,95). Sum of RGB (Red+Green+Blue) = 40+53+95=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 95 (37.5% from 255 or 50.53% from 188); Max value from RGB is 95 - color contains mainly: blue. Hex color #28355F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28355F is #D7CAA0. Grayscale: #353535. Windows color (decimal): -14142113 or 6239528. OLE color: 6239528.

HSL color Cylindrical-coordinate representation of color #28355F: hue angle of 225.82º 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 #28355F is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 40 53 95 -
CMYK 0.58 0.44 0 0.63
HSL 225.82º 0.41% 0.26% -
HSV(B) 225.82º 0.58% 0.37% -
XYZ 4.21 3.82 11.34 -
YUV 53.9 151.19 118.08 -
System Red Green Blue C M Y K H S L
Decimal 40 53 95 0.58 0.44 0 0.63 225.82 0.41 0.26
Hex 28 35 5F 3A 2C 0 3F E2 29 1A
Octal 50 65 137 72 54 0 77 342 51 32
Binary 101000 110101 1011111 111010 101100 0 111111 11100010 101001 11010

Color Harmonies of #28355F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28355F

Black with #28355F

Text Example


Text Example

White with #28355F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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