Html Css Color HEX #34425D Gulf Blue

📋 copy color: '#34425D'

red 52 ◦ green 66 ◦ blue 93

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

Shades of Gulf Blue #34425D

Tints of Gulf Blue #34425D

RGB

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

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

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

R = 24.64%
G = 31.28%
B = 44.08%

CMYK

 C value IS 0.44

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#34425D (or 0x34425D) is known color: Gulf Blue. HEX triplet: 34, 42 and 5D. RGB value is (52,66,93). Sum of RGB (Red+Green+Blue) = 52+66+93=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 93 - color contains mainly: blue. Hex color #34425D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34425D is #CBBDA2. Grayscale: #404040. Windows color (decimal): -13352355 or 6111796. OLE color: 6111796.

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

Color convert

RGB 52 66 93 -
CMYK 0.44 0.29 0 0.64
HSL 219.51º 0.28% 0.28% -
HSV(B) 219.51º 0.44% 0.36% -
XYZ 5.34 5.42 11.12 -
YUV 64.89 143.86 118.8 -
System Red Green Blue C M Y K H S L
Decimal 52 66 93 0.44 0.29 0 0.64 219.51 0.28 0.28
Hex 34 42 5D 2C 1D 0 40 DC 1C 1C
Octal 64 102 135 54 35 0 100 334 34 34
Binary 110100 1000010 1011101 101100 11101 0 1000000 11011100 11100 11100

Color Harmonies of #34425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34425D

Black with #34425D

Text Example


Text Example

White with #34425D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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