Html Css Color HEX #333A5A Gulf Blue

📋 copy color: '#333A5A'

red 51 ◦ green 58 ◦ blue 90

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

Shades of Gulf Blue #333A5A

Tints of Gulf Blue #333A5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 45.23%

R = 25.63%
G = 29.15%
B = 45.23%

CMYK

 C value IS 0.43

 M value IS 0.36

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#333A5A (or 0x333A5A) is known color: Gulf Blue. HEX triplet: 33, 3A and 5A. RGB value is (51,58,90). Sum of RGB (Red+Green+Blue) = 51+58+90=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 58 (23.05% from 255 or 29.15% from 199); Blue value is 90 (35.55% from 255 or 45.23% from 199); Max value from RGB is 90 - color contains mainly: blue. Hex color #333A5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333A5A is #CCC5A5. Grayscale: #3B3B3B. Windows color (decimal): -13419942 or 5913139. OLE color: 5913139.

HSL color Cylindrical-coordinate representation of color #333A5A: hue angle of 229.23º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #333A5A is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 51 58 90 -
CMYK 0.43 0.36 0 0.65
HSL 229.23º 0.28% 0.28% -
HSV(B) 229.23º 0.43% 0.35% -
XYZ 4.72 4.47 10.29 -
YUV 59.56 145.18 121.9 -
System Red Green Blue C M Y K H S L
Decimal 51 58 90 0.43 0.36 0 0.65 229.23 0.28 0.28
Hex 33 3A 5A 2B 24 0 41 E5 1C 1C
Octal 63 72 132 53 44 0 101 345 34 34
Binary 110011 111010 1011010 101011 100100 0 1000001 11100101 11100 11100

Color Harmonies of #333A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333A5A

Black with #333A5A

Text Example


Text Example

White with #333A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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