Html Css Color HEX #34415E Gulf Blue

📋 copy color: '#34415E'

red 52 ◦ green 65 ◦ blue 94

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

Shades of Gulf Blue #34415E

Tints of Gulf Blue #34415E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 44.55%

R = 24.64%
G = 30.81%
B = 44.55%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#34415E (or 0x34415E) is known color: Gulf Blue. HEX triplet: 34, 41 and 5E. RGB value is (52,65,94). Sum of RGB (Red+Green+Blue) = 52+65+94=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 94 (37.11% from 255 or 44.55% from 211); Max value from RGB is 94 - color contains mainly: blue. Hex color #34415E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34415E is #CBBEA1. Grayscale: #404040. Windows color (decimal): -13352610 or 6177076. OLE color: 6177076.

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

Color convert

RGB 52 65 94 -
CMYK 0.45 0.31 0 0.63
HSL 221.43º 0.29% 0.29% -
HSV(B) 221.43º 0.45% 0.37% -
XYZ 5.33 5.32 11.34 -
YUV 64.42 144.69 119.14 -
System Red Green Blue C M Y K H S L
Decimal 52 65 94 0.45 0.31 0 0.63 221.43 0.29 0.29
Hex 34 41 5E 2D 1F 0 3F DD 1D 1D
Octal 64 101 136 55 37 0 77 335 35 35
Binary 110100 1000001 1011110 101101 11111 0 111111 11011101 11101 11101

Color Harmonies of #34415E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34415E

Black with #34415E

Text Example


Text Example

White with #34415E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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