Html Css Color HEX #34435E Gulf Blue

📋 copy color: '#34435E'

red 52 ◦ green 67 ◦ blue 94

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

Shades of Gulf Blue #34435E

Tints of Gulf Blue #34435E

RGB

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

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

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

R = 24.41%
G = 31.46%
B = 44.13%

CMYK

 C value IS 0.45

 M value IS 0.29

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#34435E (or 0x34435E) is known color: Gulf Blue. HEX triplet: 34, 43 and 5E. RGB value is (52,67,94). Sum of RGB (Red+Green+Blue) = 52+67+94=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 94 (37.11% from 255 or 44.13% from 213); Max value from RGB is 94 - color contains mainly: blue. Hex color #34435E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34435E is #CBBCA1. Grayscale: #414141. Windows color (decimal): -13352098 or 6177588. OLE color: 6177588.

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

Color convert

RGB 52 67 94 -
CMYK 0.45 0.29 0 0.63
HSL 218.57º 0.29% 0.29% -
HSV(B) 218.57º 0.45% 0.37% -
XYZ 5.44 5.55 11.37 -
YUV 65.59 144.03 118.3 -
System Red Green Blue C M Y K H S L
Decimal 52 67 94 0.45 0.29 0 0.63 218.57 0.29 0.29
Hex 34 43 5E 2D 1D 0 3F DB 1D 1D
Octal 64 103 136 55 35 0 77 333 35 35
Binary 110100 1000011 1011110 101101 11101 0 111111 11011011 11101 11101

Color Harmonies of #34435E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34435E

Black with #34435E

Text Example


Text Example

White with #34435E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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