Html Css Color HEX #34445D Gulf Blue

📋 copy color: '#34445D'

red 52 ◦ green 68 ◦ blue 93

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

Shades of Gulf Blue #34445D

Tints of Gulf Blue #34445D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 43.66%

R = 24.41%
G = 31.92%
B = 43.66%

CMYK

 C value IS 0.44

 M value IS 0.27

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#34445D (or 0x34445D) is known color: Gulf Blue. HEX triplet: 34, 44 and 5D. RGB value is (52,68,93). Sum of RGB (Red+Green+Blue) = 52+68+93=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 93 - color contains mainly: blue. Hex color #34445D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34445D is #CBBBA2. Grayscale: #414141. Windows color (decimal): -13351843 or 6112308. OLE color: 6112308.

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

Color convert

RGB 52 68 93 -
CMYK 0.44 0.27 0 0.64
HSL 216.59º 0.28% 0.28% -
HSV(B) 216.59º 0.44% 0.36% -
XYZ 5.46 5.65 11.16 -
YUV 66.07 143.2 117.97 -
System Red Green Blue C M Y K H S L
Decimal 52 68 93 0.44 0.27 0 0.64 216.59 0.28 0.28
Hex 34 44 5D 2C 1B 0 40 D9 1C 1C
Octal 64 104 135 54 33 0 100 331 34 34
Binary 110100 1000100 1011101 101100 11011 0 1000000 11011001 11100 11100

Color Harmonies of #34445D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34445D

Black with #34445D

Text Example


Text Example

White with #34445D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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