Html Css Color HEX #34425A Gulf Blue

📋 copy color: '#34425A'

red 52 ◦ green 66 ◦ blue 90

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

Shades of Gulf Blue #34425A

Tints of Gulf Blue #34425A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 43.27%

R = 25%
G = 31.73%
B = 43.27%

CMYK

 C value IS 0.42

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#34425A (or 0x34425A) is known color: Gulf Blue. HEX triplet: 34, 42 and 5A. RGB value is (52,66,90). Sum of RGB (Red+Green+Blue) = 52+66+90=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 90 - color contains mainly: blue. Hex color #34425A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34425A is #CBBDA5. Grayscale: #404040. Windows color (decimal): -13352358 or 5915188. OLE color: 5915188.

HSL color Cylindrical-coordinate representation of color #34425A: hue angle of 217.89º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #34425A is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 66 90 -
CMYK 0.42 0.27 0 0.65
HSL 217.89º 0.27% 0.28% -
HSV(B) 217.89º 0.42% 0.35% -
XYZ 5.21 5.36 10.43 -
YUV 64.55 142.36 119.05 -
System Red Green Blue C M Y K H S L
Decimal 52 66 90 0.42 0.27 0 0.65 217.89 0.27 0.28
Hex 34 42 5A 2A 1B 0 41 DA 1B 1C
Octal 64 102 132 52 33 0 101 332 33 34
Binary 110100 1000010 1011010 101010 11011 0 1000001 11011010 11011 11100

Color Harmonies of #34425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34425A

Black with #34425A

Text Example


Text Example

White with #34425A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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