Html Css Color HEX #333B56 Gulf Blue

📋 copy color: '#333B56'

red 51 ◦ green 59 ◦ blue 86

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

Shades of Gulf Blue #333B56

Tints of Gulf Blue #333B56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 43.88%

R = 26.02%
G = 30.1%
B = 43.88%

CMYK

 C value IS 0.41

 M value IS 0.31

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#333B56 (or 0x333B56) is known color: Gulf Blue. HEX triplet: 33, 3B and 56. RGB value is (51,59,86). Sum of RGB (Red+Green+Blue) = 51+59+86=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 59 (23.44% from 255 or 30.10% from 196); Blue value is 86 (33.98% from 255 or 43.88% from 196); Max value from RGB is 86 - color contains mainly: blue. Hex color #333B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333B56 is #CCC4A9. Grayscale: #3B3B3B. Windows color (decimal): -13419690 or 5651251. OLE color: 5651251.

HSL color Cylindrical-coordinate representation of color #333B56: hue angle of 226.29º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #333B56 is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 51 59 86 -
CMYK 0.41 0.31 0 0.66
HSL 226.29º 0.26% 0.27% -
HSV(B) 226.29º 0.41% 0.34% -
XYZ 4.61 4.5 9.43 -
YUV 59.69 142.85 121.8 -
System Red Green Blue C M Y K H S L
Decimal 51 59 86 0.41 0.31 0 0.66 226.29 0.26 0.27
Hex 33 3B 56 29 1F 0 42 E2 1A 1B
Octal 63 73 126 51 37 0 102 342 32 33
Binary 110011 111011 1010110 101001 11111 0 1000010 11100010 11010 11011

Color Harmonies of #333B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333B56

Black with #333B56

Text Example


Text Example

White with #333B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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