Html Css Color HEX #28345F Gulf Blue

📋 copy color: '#28345F'

red 40 ◦ green 52 ◦ blue 95

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

Shades of Gulf Blue #28345F

Tints of Gulf Blue #28345F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.81%

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

R = 21.39%
G = 27.81%
B = 50.8%

CMYK

 C value IS 0.58

 M value IS 0.45

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#28345F (or 0x28345F) is known color: Gulf Blue. HEX triplet: 28, 34 and 5F. RGB value is (40,52,95). Sum of RGB (Red+Green+Blue) = 40+52+95=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 95 (37.5% from 255 or 50.80% from 187); Max value from RGB is 95 - color contains mainly: blue. Hex color #28345F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28345F is #D7CBA0. Grayscale: #353535. Windows color (decimal): -14142369 or 6239272. OLE color: 6239272.

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

Color convert

RGB 40 52 95 -
CMYK 0.58 0.45 0 0.63
HSL 226.91º 0.41% 0.26% -
HSV(B) 226.91º 0.58% 0.37% -
XYZ 4.17 3.73 11.33 -
YUV 53.31 151.52 118.5 -
System Red Green Blue C M Y K H S L
Decimal 40 52 95 0.58 0.45 0 0.63 226.91 0.41 0.26
Hex 28 34 5F 3A 2D 0 3F E3 29 1A
Octal 50 64 137 72 55 0 77 343 51 32
Binary 101000 110100 1011111 111010 101101 0 111111 11100011 101001 11010

Color Harmonies of #28345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28345F

Black with #28345F

Text Example


Text Example

White with #28345F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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