Html Css Color HEX #34415F Gulf Blue

📋 copy color: '#34415F'

red 52 ◦ green 65 ◦ blue 95

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

Shades of Gulf Blue #34415F

Tints of Gulf Blue #34415F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.66%

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

R = 24.53%
G = 30.66%
B = 44.81%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#34415F (or 0x34415F) is known color: Gulf Blue. HEX triplet: 34, 41 and 5F. RGB value is (52,65,95). Sum of RGB (Red+Green+Blue) = 52+65+95=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 95 (37.5% from 255 or 44.81% from 212); Max value from RGB is 95 - color contains mainly: blue. Hex color #34415F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34415F is #CBBEA0. Grayscale: #404040. Windows color (decimal): -13352609 or 6242612. OLE color: 6242612.

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

Color convert

RGB 52 65 95 -
CMYK 0.45 0.32 0 0.63
HSL 221.86º 0.29% 0.29% -
HSV(B) 221.86º 0.45% 0.37% -
XYZ 5.37 5.34 11.57 -
YUV 64.53 145.19 119.06 -
System Red Green Blue C M Y K H S L
Decimal 52 65 95 0.45 0.32 0 0.63 221.86 0.29 0.29
Hex 34 41 5F 2D 20 0 3F DE 1D 1D
Octal 64 101 137 55 40 0 77 336 35 35
Binary 110100 1000001 1011111 101101 100000 0 111111 11011110 11101 11101

Color Harmonies of #34415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34415F

Black with #34415F

Text Example


Text Example

White with #34415F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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