Html Css Color HEX #2D395B Gulf Blue

📋 copy color: '#2D395B'

red 45 ◦ green 57 ◦ blue 91

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

Shades of Gulf Blue #2D395B

Tints of Gulf Blue #2D395B

RGB

 RED value IS 45 (17.97% from 255) = 23.32%

 GREEN value IS 57 (22.66% from 255) = 29.53%

 BLUE value IS 91 (35.94% from 255) = 47.15%

R = 23.32%
G = 29.53%
B = 47.15%

CMYK

 C value IS 0.51

 M value IS 0.37

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2D395B (or 0x2D395B) is known color: Gulf Blue. HEX triplet: 2D, 39 and 5B. RGB value is (45,57,91). Sum of RGB (Red+Green+Blue) = 45+57+91=193 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.32% from 193); Green value is 57 (22.66% from 255 or 29.53% from 193); Blue value is 91 (35.94% from 255 or 47.15% from 193); Max value from RGB is 91 - color contains mainly: blue. Hex color #2D395B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D395B is #D2C6A4. Grayscale: #393939. Windows color (decimal): -13813413 or 5978413. OLE color: 5978413.

HSL color Cylindrical-coordinate representation of color #2D395B: hue angle of 224.35º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2D395B is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 45 57 91 -
CMYK 0.51 0.37 0 0.64
HSL 224.35º 0.34% 0.27% -
HSV(B) 224.35º 0.51% 0.36% -
XYZ 4.43 4.24 10.48 -
YUV 57.29 147.02 119.24 -
System Red Green Blue C M Y K H S L
Decimal 45 57 91 0.51 0.37 0 0.64 224.35 0.34 0.27
Hex 2D 39 5B 33 25 0 40 E0 22 1B
Octal 55 71 133 63 45 0 100 340 42 33
Binary 101101 111001 1011011 110011 100101 0 1000000 11100000 100010 11011

Color Harmonies of #2D395B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D395B

Black with #2D395B

Text Example


Text Example

White with #2D395B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D395B; }

 p { color: rgb(45,57,91); }

 H1.HeaderClassName
 {
   color: #2D395B;
 }
 .AnyTagClassName
 {
   color: #2D395B;
 }
</style>

background-color css

<style>
 a { background-color: #2D395B; }

 a { background-color: rgb(45,57,91); }

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

border-color css

<style>
 span { border-color: #2D395B; }

 span { border-color: rgb(45,57,91); }

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