Html Css Color HEX #34465F Gulf Blue

📋 copy color: '#34465F'

red 52 ◦ green 70 ◦ blue 95

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

Shades of Gulf Blue #34465F

Tints of Gulf Blue #34465F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.26%

 BLUE value IS 95 (37.5% from 255) = 43.78%

R = 23.96%
G = 32.26%
B = 43.78%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#34465F (or 0x34465F) is known color: Gulf Blue. HEX triplet: 34, 46 and 5F. RGB value is (52,70,95). Sum of RGB (Red+Green+Blue) = 52+70+95=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 95 (37.5% from 255 or 43.78% from 217); Max value from RGB is 95 - color contains mainly: blue. Hex color #34465F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34465F is #CBB9A0. Grayscale: #434343. Windows color (decimal): -13351329 or 6243892. OLE color: 6243892.

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

Color convert

RGB 52 70 95 -
CMYK 0.45 0.26 0 0.63
HSL 214.88º 0.29% 0.29% -
HSV(B) 214.88º 0.45% 0.37% -
XYZ 5.67 5.94 11.67 -
YUV 67.47 143.54 116.97 -
System Red Green Blue C M Y K H S L
Decimal 52 70 95 0.45 0.26 0 0.63 214.88 0.29 0.29
Hex 34 46 5F 2D 1A 0 3F D7 1D 1D
Octal 64 106 137 55 32 0 77 327 35 35
Binary 110100 1000110 1011111 101101 11010 0 111111 11010111 11101 11101

Color Harmonies of #34465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34465F

Black with #34465F

Text Example


Text Example

White with #34465F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34465F; }

 p { color: rgb(52,70,95); }

 H1.HeaderClassName
 {
   color: #34465F;
 }
 .AnyTagClassName
 {
   color: #34465F;
 }
</style>

background-color css

<style>
 a { background-color: #34465F; }

 a { background-color: rgb(52,70,95); }

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

border-color css

<style>
 span { border-color: #34465F; }

 span { border-color: rgb(52,70,95); }

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