Html Css Color HEX #34405E Gulf Blue

📋 copy color: '#34405E'

red 52 ◦ green 64 ◦ blue 94

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

Shades of Gulf Blue #34405E

Tints of Gulf Blue #34405E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 44.76%

R = 24.76%
G = 30.48%
B = 44.76%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#34405E (or 0x34405E) is known color: Gulf Blue. HEX triplet: 34, 40 and 5E. RGB value is (52,64,94). Sum of RGB (Red+Green+Blue) = 52+64+94=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 94 (37.11% from 255 or 44.76% from 210); Max value from RGB is 94 - color contains mainly: blue. Hex color #34405E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34405E is #CBBFA1. Grayscale: #3F3F3F. Windows color (decimal): -13352866 or 6176820. OLE color: 6176820.

HSL color Cylindrical-coordinate representation of color #34405E: hue angle of 222.86º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #34405E is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 52 64 94 -
CMYK 0.45 0.32 0 0.63
HSL 222.86º 0.29% 0.29% -
HSV(B) 222.86º 0.45% 0.37% -
XYZ 5.27 5.21 11.32 -
YUV 63.83 145.02 119.56 -
System Red Green Blue C M Y K H S L
Decimal 52 64 94 0.45 0.32 0 0.63 222.86 0.29 0.29
Hex 34 40 5E 2D 20 0 3F DF 1D 1D
Octal 64 100 136 55 40 0 77 337 35 35
Binary 110100 1000000 1011110 101101 100000 0 111111 11011111 11101 11101

Color Harmonies of #34405E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34405E

Black with #34405E

Text Example


Text Example

White with #34405E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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