Html Css Color HEX #33435F Gulf Blue

📋 copy color: '#33435F'

red 51 ◦ green 67 ◦ blue 95

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

Shades of Gulf Blue #33435F

Tints of Gulf Blue #33435F

RGB

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

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

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

R = 23.94%
G = 31.46%
B = 44.6%

CMYK

 C value IS 0.46

 M value IS 0.29

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#33435F (or 0x33435F) is known color: Gulf Blue. HEX triplet: 33, 43 and 5F. RGB value is (51,67,95). Sum of RGB (Red+Green+Blue) = 51+67+95=213 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.94% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 95 (37.5% from 255 or 44.60% from 213); Max value from RGB is 95 - color contains mainly: blue. Hex color #33435F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33435F is #CCBCA0. Grayscale: #414141. Windows color (decimal): -13417633 or 6243123. OLE color: 6243123.

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

Color convert

RGB 51 67 95 -
CMYK 0.46 0.29 0 0.63
HSL 218.18º 0.3% 0.29% -
HSV(B) 218.18º 0.46% 0.37% -
XYZ 5.44 5.54 11.61 -
YUV 65.41 144.7 117.72 -
System Red Green Blue C M Y K H S L
Decimal 51 67 95 0.46 0.29 0 0.63 218.18 0.3 0.29
Hex 33 43 5F 2E 1D 0 3F DA 1E 1D
Octal 63 103 137 56 35 0 77 332 36 35
Binary 110011 1000011 1011111 101110 11101 0 111111 11011010 11110 11101

Color Harmonies of #33435F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33435F

Black with #33435F

Text Example


Text Example

White with #33435F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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