Html Css Color HEX #33405D Gulf Blue

📋 copy color: '#33405D'

red 51 ◦ green 64 ◦ blue 93

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

Shades of Gulf Blue #33405D

Tints of Gulf Blue #33405D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.77%

 BLUE value IS 93 (36.72% from 255) = 44.71%

R = 24.52%
G = 30.77%
B = 44.71%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#33405D (or 0x33405D) is known color: Gulf Blue. HEX triplet: 33, 40 and 5D. RGB value is (51,64,93). Sum of RGB (Red+Green+Blue) = 51+64+93=208 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.52% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 93 - color contains mainly: blue. Hex color #33405D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33405D is #CCBFA2. Grayscale: #3F3F3F. Windows color (decimal): -13418403 or 6111283. OLE color: 6111283.

HSL color Cylindrical-coordinate representation of color #33405D: hue angle of 221.43º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #33405D is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 51 64 93 -
CMYK 0.45 0.31 0 0.64
HSL 221.43º 0.29% 0.28% -
HSV(B) 221.43º 0.45% 0.36% -
XYZ 5.17 5.16 11.08 -
YUV 63.42 144.69 119.14 -
System Red Green Blue C M Y K H S L
Decimal 51 64 93 0.45 0.31 0 0.64 221.43 0.29 0.28
Hex 33 40 5D 2D 1F 0 40 DD 1D 1C
Octal 63 100 135 55 37 0 100 335 35 34
Binary 110011 1000000 1011101 101101 11111 0 1000000 11011101 11101 11100

Color Harmonies of #33405D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33405D

Black with #33405D

Text Example


Text Example

White with #33405D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33405D; }

 p { color: rgb(51,64,93); }

 H1.HeaderClassName
 {
   color: #33405D;
 }
 .AnyTagClassName
 {
   color: #33405D;
 }
</style>

background-color css

<style>
 a { background-color: #33405D; }

 a { background-color: rgb(51,64,93); }

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

border-color css

<style>
 span { border-color: #33405D; }

 span { border-color: rgb(51,64,93); }

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