Html Css Color HEX #333953 Gulf Blue

📋 copy color: '#333953'

red 51 ◦ green 57 ◦ blue 83

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

Shades of Gulf Blue #333953

Tints of Gulf Blue #333953

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.84%

 BLUE value IS 83 (32.81% from 255) = 43.46%

R = 26.7%
G = 29.84%
B = 43.46%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#333953 (or 0x333953) is known color: Gulf Blue. HEX triplet: 33, 39 and 53. RGB value is (51,57,83). Sum of RGB (Red+Green+Blue) = 51+57+83=191 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.70% from 191); Green value is 57 (22.66% from 255 or 29.84% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 83 - color contains mainly: blue. Hex color #333953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333953 is #CCC6AC. Grayscale: #3A3A3A. Windows color (decimal): -13420205 or 5454131. OLE color: 5454131.

HSL color Cylindrical-coordinate representation of color #333953: hue angle of 228.75º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #333953 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 57 83 -
CMYK 0.39 0.31 0 0.67
HSL 228.75º 0.24% 0.26% -
HSV(B) 228.75º 0.39% 0.33% -
XYZ 4.39 4.25 8.77 -
YUV 58.17 142.01 122.89 -
System Red Green Blue C M Y K H S L
Decimal 51 57 83 0.39 0.31 0 0.67 228.75 0.24 0.26
Hex 33 39 53 27 1F 0 43 E5 18 1A
Octal 63 71 123 47 37 0 103 345 30 32
Binary 110011 111001 1010011 100111 11111 0 1000011 11100101 11000 11010

Color Harmonies of #333953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333953

Black with #333953

Text Example


Text Example

White with #333953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333953; }

 p { color: rgb(51,57,83); }

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

background-color css

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

 a { background-color: rgb(51,57,83); }

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

border-color css

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

 span { border-color: rgb(51,57,83); }

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