Html Css Color HEX #34445E Gulf Blue

📋 copy color: '#34445E'

red 52 ◦ green 68 ◦ blue 94

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

Shades of Gulf Blue #34445E

Tints of Gulf Blue #34445E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.78%

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

R = 24.3%
G = 31.78%
B = 43.93%

CMYK

 C value IS 0.45

 M value IS 0.28

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#34445E (or 0x34445E) is known color: Gulf Blue. HEX triplet: 34, 44 and 5E. RGB value is (52,68,94). Sum of RGB (Red+Green+Blue) = 52+68+94=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 68 (26.95% from 255 or 31.78% from 214); Blue value is 94 (37.11% from 255 or 43.93% from 214); Max value from RGB is 94 - color contains mainly: blue. Hex color #34445E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34445E is #CBBBA1. Grayscale: #424242. Windows color (decimal): -13351842 or 6177844. OLE color: 6177844.

HSL color Cylindrical-coordinate representation of color #34445E: hue angle of 217.14º 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 #34445E is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 52 68 94 -
CMYK 0.45 0.28 0 0.63
HSL 217.14º 0.29% 0.29% -
HSV(B) 217.14º 0.45% 0.37% -
XYZ 5.5 5.67 11.39 -
YUV 66.18 143.7 117.89 -
System Red Green Blue C M Y K H S L
Decimal 52 68 94 0.45 0.28 0 0.63 217.14 0.29 0.29
Hex 34 44 5E 2D 1C 0 3F D9 1D 1D
Octal 64 104 136 55 34 0 77 331 35 35
Binary 110100 1000100 1011110 101101 11100 0 111111 11011001 11101 11101

Color Harmonies of #34445E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34445E

Black with #34445E

Text Example


Text Example

White with #34445E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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