Html Css Color HEX #39415B Gulf Blue

📋 copy color: '#39415B'

red 57 ◦ green 65 ◦ blue 91

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

Shades of Gulf Blue #39415B

Tints of Gulf Blue #39415B

RGB

 RED value IS 57 (22.66% from 255) = 26.76%

 GREEN value IS 65 (25.78% from 255) = 30.52%

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

R = 26.76%
G = 30.52%
B = 42.72%

CMYK

 C value IS 0.37

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#39415B (or 0x39415B) is known color: Gulf Blue. HEX triplet: 39, 41 and 5B. RGB value is (57,65,91). Sum of RGB (Red+Green+Blue) = 57+65+91=213 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.76% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 91 (35.94% from 255 or 42.72% from 213); Max value from RGB is 91 - color contains mainly: blue. Hex color #39415B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39415B is #C6BEA4. Grayscale: #414141. Windows color (decimal): -13024933 or 5980473. OLE color: 5980473.

HSL color Cylindrical-coordinate representation of color #39415B: hue angle of 225.88º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #39415B is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 57 65 91 -
CMYK 0.37 0.29 0 0.64
HSL 225.88º 0.23% 0.29% -
HSV(B) 225.88º 0.37% 0.36% -
XYZ 5.47 5.41 10.65 -
YUV 65.57 142.35 121.89 -
System Red Green Blue C M Y K H S L
Decimal 57 65 91 0.37 0.29 0 0.64 225.88 0.23 0.29
Hex 39 41 5B 25 1D 0 40 E2 17 1D
Octal 71 101 133 45 35 0 100 342 27 35
Binary 111001 1000001 1011011 100101 11101 0 1000000 11100010 10111 11101

Color Harmonies of #39415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39415B

Black with #39415B

Text Example


Text Example

White with #39415B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39415B; }

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

 H1.HeaderClassName
 {
   color: #39415B;
 }
 .AnyTagClassName
 {
   color: #39415B;
 }
</style>

background-color css

<style>
 a { background-color: #39415B; }

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

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

border-color css

<style>
 span { border-color: #39415B; }

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

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