Html Css Color HEX #34405B Gulf Blue

📋 copy color: '#34405B'

red 52 ◦ green 64 ◦ blue 91

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

Shades of Gulf Blue #34405B

Tints of Gulf Blue #34405B

RGB

 RED value IS 52 (20.7% from 255) = 25.12%

 GREEN value IS 64 (25.39% from 255) = 30.92%

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

R = 25.12%
G = 30.92%
B = 43.96%

CMYK

 C value IS 0.43

 M value IS 0.30

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#34405B (or 0x34405B) is known color: Gulf Blue. HEX triplet: 34, 40 and 5B. RGB value is (52,64,91). Sum of RGB (Red+Green+Blue) = 52+64+91=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 91 - color contains mainly: blue. Hex color #34405B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34405B is #CBBFA4. Grayscale: #3F3F3F. Windows color (decimal): -13352869 or 5980212. OLE color: 5980212.

HSL color Cylindrical-coordinate representation of color #34405B: hue angle of 221.54º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #34405B is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 52 64 91 -
CMYK 0.43 0.30 0 0.64
HSL 221.54º 0.27% 0.28% -
HSV(B) 221.54º 0.43% 0.36% -
XYZ 5.14 5.15 10.62 -
YUV 63.49 143.52 119.8 -
System Red Green Blue C M Y K H S L
Decimal 52 64 91 0.43 0.30 0 0.64 221.54 0.27 0.28
Hex 34 40 5B 2B 1E 0 40 DE 1B 1C
Octal 64 100 133 53 36 0 100 336 33 34
Binary 110100 1000000 1011011 101011 11110 0 1000000 11011110 11011 11100

Color Harmonies of #34405B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34405B

Black with #34405B

Text Example


Text Example

White with #34405B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,64,91); }

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

background-color css

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

 a { background-color: rgb(52,64,91); }

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

border-color css

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

 span { border-color: rgb(52,64,91); }

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