Html Css Color HEX #333952 Gulf Blue

📋 copy color: '#333952'

red 51 ◦ green 57 ◦ blue 82

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

Shades of Gulf Blue #333952

Tints of Gulf Blue #333952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 43.16%

R = 26.84%
G = 30%
B = 43.16%

CMYK

 C value IS 0.38

 M value IS 0.30

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#333952 (or 0x333952) is known color: Gulf Blue. HEX triplet: 33, 39 and 52. RGB value is (51,57,82). Sum of RGB (Red+Green+Blue) = 51+57+82=190 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.84% from 190); Green value is 57 (22.66% from 255 or 30% from 190); Blue value is 82 (32.42% from 255 or 43.16% from 190); Max value from RGB is 82 - color contains mainly: blue. Hex color #333952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333952 is #CCC6AD. Grayscale: #393939. Windows color (decimal): -13420206 or 5388595. OLE color: 5388595.

HSL color Cylindrical-coordinate representation of color #333952: hue angle of 228.39º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #333952 is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 51 57 82 -
CMYK 0.38 0.30 0 0.68
HSL 228.39º 0.23% 0.26% -
HSV(B) 228.39º 0.38% 0.32% -
XYZ 4.35 4.24 8.57 -
YUV 58.06 141.51 122.97 -
System Red Green Blue C M Y K H S L
Decimal 51 57 82 0.38 0.30 0 0.68 228.39 0.23 0.26
Hex 33 39 52 26 1E 0 44 E4 17 1A
Octal 63 71 122 46 36 0 104 344 27 32
Binary 110011 111001 1010010 100110 11110 0 1000100 11100100 10111 11010

Color Harmonies of #333952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333952

Black with #333952

Text Example


Text Example

White with #333952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333952; }

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

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

background-color css

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

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

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

border-color css

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

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

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