Html Css Color HEX #333954 Gulf Blue

📋 copy color: '#333954'

red 51 ◦ green 57 ◦ blue 84

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

Shades of Gulf Blue #333954

Tints of Gulf Blue #333954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 43.75%

R = 26.56%
G = 29.69%
B = 43.75%

CMYK

 C value IS 0.39

 M value IS 0.32

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#333954 (or 0x333954) is known color: Gulf Blue. HEX triplet: 33, 39 and 54. RGB value is (51,57,84). Sum of RGB (Red+Green+Blue) = 51+57+84=192 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.56% from 192); Green value is 57 (22.66% from 255 or 29.69% from 192); Blue value is 84 (33.20% from 255 or 43.75% from 192); Max value from RGB is 84 - color contains mainly: blue. Hex color #333954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333954 is #CCC6AB. Grayscale: #3A3A3A. Windows color (decimal): -13420204 or 5519667. OLE color: 5519667.

HSL color Cylindrical-coordinate representation of color #333954: hue angle of 229.09º 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 #333954 is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 57 84 -
CMYK 0.39 0.32 0 0.67
HSL 229.09º 0.24% 0.26% -
HSV(B) 229.09º 0.39% 0.33% -
XYZ 4.43 4.27 8.98 -
YUV 58.28 142.51 122.8 -
System Red Green Blue C M Y K H S L
Decimal 51 57 84 0.39 0.32 0 0.67 229.09 0.24 0.26
Hex 33 39 54 27 20 0 43 E5 18 1A
Octal 63 71 124 47 40 0 103 345 30 32
Binary 110011 111001 1010100 100111 100000 0 1000011 11100101 11000 11010

Color Harmonies of #333954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333954

Black with #333954

Text Example


Text Example

White with #333954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333954; }

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

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

background-color css

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

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

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

border-color css

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

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

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