Html Css Color HEX #34435D Gulf Blue

📋 copy color: '#34435D'

red 52 ◦ green 67 ◦ blue 93

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

Shades of Gulf Blue #34435D

Tints of Gulf Blue #34435D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.6%

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

R = 24.53%
G = 31.6%
B = 43.87%

CMYK

 C value IS 0.44

 M value IS 0.28

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#34435D (or 0x34435D) is known color: Gulf Blue. HEX triplet: 34, 43 and 5D. RGB value is (52,67,93). Sum of RGB (Red+Green+Blue) = 52+67+93=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 93 - color contains mainly: blue. Hex color #34435D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34435D is #CBBCA2. Grayscale: #414141. Windows color (decimal): -13352099 or 6112052. OLE color: 6112052.

HSL color Cylindrical-coordinate representation of color #34435D: hue angle of 218.05º 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 #34435D is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 52 67 93 -
CMYK 0.44 0.28 0 0.64
HSL 218.05º 0.28% 0.28% -
HSV(B) 218.05º 0.44% 0.36% -
XYZ 5.4 5.53 11.14 -
YUV 65.48 143.53 118.39 -
System Red Green Blue C M Y K H S L
Decimal 52 67 93 0.44 0.28 0 0.64 218.05 0.28 0.28
Hex 34 43 5D 2C 1C 0 40 DA 1C 1C
Octal 64 103 135 54 34 0 100 332 34 34
Binary 110100 1000011 1011101 101100 11100 0 1000000 11011010 11100 11100

Color Harmonies of #34435D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34435D

Black with #34435D

Text Example


Text Example

White with #34435D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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