Html Css Color HEX #34425C Gulf Blue

📋 copy color: '#34425C'

red 52 ◦ green 66 ◦ blue 92

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

Shades of Gulf Blue #34425C

Tints of Gulf Blue #34425C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.43%

 BLUE value IS 92 (36.33% from 255) = 43.81%

R = 24.76%
G = 31.43%
B = 43.81%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#34425C (or 0x34425C) is known color: Gulf Blue. HEX triplet: 34, 42 and 5C. RGB value is (52,66,92). Sum of RGB (Red+Green+Blue) = 52+66+92=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 92 - color contains mainly: blue. Hex color #34425C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34425C is #CBBDA3. Grayscale: #404040. Windows color (decimal): -13352356 or 6046260. OLE color: 6046260.

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

Color convert

RGB 52 66 92 -
CMYK 0.43 0.28 0 0.64
HSL 219º 0.28% 0.28% -
HSV(B) 219º 0.43% 0.36% -
XYZ 5.3 5.4 10.89 -
YUV 64.78 143.36 118.89 -
System Red Green Blue C M Y K H S L
Decimal 52 66 92 0.43 0.28 0 0.64 219 0.28 0.28
Hex 34 42 5C 2B 1C 0 40 DB 1C 1C
Octal 64 102 134 53 34 0 100 333 34 34
Binary 110100 1000010 1011100 101011 11100 0 1000000 11011011 11100 11100

Color Harmonies of #34425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34425C

Black with #34425C

Text Example


Text Example

White with #34425C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34425C; }

 p { color: rgb(52,66,92); }

 H1.HeaderClassName
 {
   color: #34425C;
 }
 .AnyTagClassName
 {
   color: #34425C;
 }
</style>

background-color css

<style>
 a { background-color: #34425C; }

 a { background-color: rgb(52,66,92); }

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

border-color css

<style>
 span { border-color: #34425C; }

 span { border-color: rgb(52,66,92); }

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