Html Css Color HEX #33415F Gulf Blue

📋 copy color: '#33415F'

red 51 ◦ green 65 ◦ blue 95

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

Shades of Gulf Blue #33415F

Tints of Gulf Blue #33415F

RGB

 RED value IS 51 (20.31% from 255) = 24.17%

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

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

R = 24.17%
G = 30.81%
B = 45.02%

CMYK

 C value IS 0.46

 M value IS 0.32

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#33415F (or 0x33415F) is known color: Gulf Blue. HEX triplet: 33, 41 and 5F. RGB value is (51,65,95). Sum of RGB (Red+Green+Blue) = 51+65+95=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 95 (37.5% from 255 or 45.02% from 211); Max value from RGB is 95 - color contains mainly: blue. Hex color #33415F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33415F is #CCBEA0. Grayscale: #404040. Windows color (decimal): -13418145 or 6242611. OLE color: 6242611.

HSL color Cylindrical-coordinate representation of color #33415F: hue angle of 220.91º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #33415F is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 51 65 95 -
CMYK 0.46 0.32 0 0.63
HSL 220.91º 0.3% 0.29% -
HSV(B) 220.91º 0.46% 0.37% -
XYZ 5.32 5.31 11.57 -
YUV 64.23 145.36 118.56 -
System Red Green Blue C M Y K H S L
Decimal 51 65 95 0.46 0.32 0 0.63 220.91 0.3 0.29
Hex 33 41 5F 2E 20 0 3F DD 1E 1D
Octal 63 101 137 56 40 0 77 335 36 35
Binary 110011 1000001 1011111 101110 100000 0 111111 11011101 11110 11101

Color Harmonies of #33415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33415F

Black with #33415F

Text Example


Text Example

White with #33415F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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