Html Css Color HEX #333A55 Gulf Blue

📋 copy color: '#333A55'

red 51 ◦ green 58 ◦ blue 85

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

Shades of Gulf Blue #333A55

Tints of Gulf Blue #333A55

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.9%

 BLUE value IS 85 (33.59% from 255) = 43.81%

R = 26.29%
G = 29.9%
B = 43.81%

CMYK

 C value IS 0.40

 M value IS 0.32

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#333A55 (or 0x333A55) is known color: Gulf Blue. HEX triplet: 33, 3A and 55. RGB value is (51,58,85). Sum of RGB (Red+Green+Blue) = 51+58+85=194 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.29% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 85 (33.59% from 255 or 43.81% from 194); Max value from RGB is 85 - color contains mainly: blue. Hex color #333A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333A55 is #CCC5AA. Grayscale: #3A3A3A. Windows color (decimal): -13419947 or 5585459. OLE color: 5585459.

HSL color Cylindrical-coordinate representation of color #333A55: hue angle of 227.65º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #333A55 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 58 85 -
CMYK 0.40 0.32 0 0.67
HSL 227.65º 0.25% 0.27% -
HSV(B) 227.65º 0.4% 0.33% -
XYZ 4.52 4.39 9.2 -
YUV 58.99 142.68 122.3 -
System Red Green Blue C M Y K H S L
Decimal 51 58 85 0.40 0.32 0 0.67 227.65 0.25 0.27
Hex 33 3A 55 28 20 0 43 E4 19 1B
Octal 63 72 125 50 40 0 103 344 31 33
Binary 110011 111010 1010101 101000 100000 0 1000011 11100100 11001 11011

Color Harmonies of #333A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333A55

Black with #333A55

Text Example


Text Example

White with #333A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333A55; }

 p { color: rgb(51,58,85); }

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

background-color css

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

 a { background-color: rgb(51,58,85); }

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

border-color css

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

 span { border-color: rgb(51,58,85); }

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