Html Css Color HEX #333B5A Gulf Blue

📋 copy color: '#333B5A'

red 51 ◦ green 59 ◦ blue 90

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

Shades of Gulf Blue #333B5A

Tints of Gulf Blue #333B5A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.5%

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

R = 25.5%
G = 29.5%
B = 45%

CMYK

 C value IS 0.43

 M value IS 0.34

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#333B5A (or 0x333B5A) is known color: Gulf Blue. HEX triplet: 33, 3B and 5A. RGB value is (51,59,90). Sum of RGB (Red+Green+Blue) = 51+59+90=200 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.5% from 200); Green value is 59 (23.44% from 255 or 29.5% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 90 - color contains mainly: blue. Hex color #333B5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333B5A is #CCC4A5. Grayscale: #3C3C3C. Windows color (decimal): -13419686 or 5913395. OLE color: 5913395.

HSL color Cylindrical-coordinate representation of color #333B5A: hue angle of 227.69º 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 #333B5A is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 51 59 90 -
CMYK 0.43 0.34 0 0.65
HSL 227.69º 0.28% 0.28% -
HSV(B) 227.69º 0.43% 0.35% -
XYZ 4.77 4.57 10.3 -
YUV 60.14 144.85 121.48 -
System Red Green Blue C M Y K H S L
Decimal 51 59 90 0.43 0.34 0 0.65 227.69 0.28 0.28
Hex 33 3B 5A 2B 22 0 41 E4 1C 1C
Octal 63 73 132 53 42 0 101 344 34 34
Binary 110011 111011 1011010 101011 100010 0 1000001 11100100 11100 11100

Color Harmonies of #333B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333B5A

Black with #333B5A

Text Example


Text Example

White with #333B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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