Html Css Color HEX #28345D Gulf Blue

📋 copy color: '#28345D'

red 40 ◦ green 52 ◦ blue 93

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

Shades of Gulf Blue #28345D

Tints of Gulf Blue #28345D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 50.27%

R = 21.62%
G = 28.11%
B = 50.27%

CMYK

 C value IS 0.57

 M value IS 0.44

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#28345D (or 0x28345D) is known color: Gulf Blue. HEX triplet: 28, 34 and 5D. RGB value is (40,52,93). Sum of RGB (Red+Green+Blue) = 40+52+93=185 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.62% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 93 (36.72% from 255 or 50.27% from 185); Max value from RGB is 93 - color contains mainly: blue. Hex color #28345D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28345D is #D7CBA2. Grayscale: #343434. Windows color (decimal): -14142371 or 6108200. OLE color: 6108200.

HSL color Cylindrical-coordinate representation of color #28345D: hue angle of 226.42º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #28345D is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 40 52 93 -
CMYK 0.57 0.44 0 0.64
HSL 226.42º 0.4% 0.26% -
HSV(B) 226.42º 0.57% 0.36% -
XYZ 4.08 3.7 10.85 -
YUV 53.09 150.52 118.67 -
System Red Green Blue C M Y K H S L
Decimal 40 52 93 0.57 0.44 0 0.64 226.42 0.4 0.26
Hex 28 34 5D 39 2C 0 40 E2 28 1A
Octal 50 64 135 71 54 0 100 342 50 32
Binary 101000 110100 1011101 111001 101100 0 1000000 11100010 101000 11010

Color Harmonies of #28345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28345D

Black with #28345D

Text Example


Text Example

White with #28345D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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