Html Css Color HEX #33435D Gulf Blue

📋 copy color: '#33435D'

red 51 ◦ green 67 ◦ blue 93

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

Shades of Gulf Blue #33435D

Tints of Gulf Blue #33435D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.75%

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

R = 24.17%
G = 31.75%
B = 44.08%

CMYK

 C value IS 0.45

 M value IS 0.28

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#33435D (or 0x33435D) is known color: Gulf Blue. HEX triplet: 33, 43 and 5D. RGB value is (51,67,93). Sum of RGB (Red+Green+Blue) = 51+67+93=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 67 (26.56% from 255 or 31.75% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 93 - color contains mainly: blue. Hex color #33435D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33435D is #CCBCA2. Grayscale: #414141. Windows color (decimal): -13417635 or 6112051. OLE color: 6112051.

HSL color Cylindrical-coordinate representation of color #33435D: hue angle of 217.14º 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 #33435D is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 51 67 93 -
CMYK 0.45 0.28 0 0.64
HSL 217.14º 0.29% 0.28% -
HSV(B) 217.14º 0.45% 0.36% -
XYZ 5.35 5.51 11.14 -
YUV 65.18 143.7 117.89 -
System Red Green Blue C M Y K H S L
Decimal 51 67 93 0.45 0.28 0 0.64 217.14 0.29 0.28
Hex 33 43 5D 2D 1C 0 40 D9 1D 1C
Octal 63 103 135 55 34 0 100 331 35 34
Binary 110011 1000011 1011101 101101 11100 0 1000000 11011001 11101 11100

Color Harmonies of #33435D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33435D

Black with #33435D

Text Example


Text Example

White with #33435D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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