Html Css Color HEX #333C58 Gulf Blue

📋 copy color: '#333C58'

red 51 ◦ green 60 ◦ blue 88

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

Shades of Gulf Blue #333C58

Tints of Gulf Blue #333C58

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.15%

 BLUE value IS 88 (34.77% from 255) = 44.22%

R = 25.63%
G = 30.15%
B = 44.22%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#333C58 (or 0x333C58) is known color: Gulf Blue. HEX triplet: 33, 3C and 58. RGB value is (51,60,88). Sum of RGB (Red+Green+Blue) = 51+60+88=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 60 (23.83% from 255 or 30.15% from 199); Blue value is 88 (34.77% from 255 or 44.22% from 199); Max value from RGB is 88 - color contains mainly: blue. Hex color #333C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333C58 is #CCC3A7. Grayscale: #3C3C3C. Windows color (decimal): -13419432 or 5782579. OLE color: 5782579.

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

Color convert

RGB 51 60 88 -
CMYK 0.42 0.32 0 0.65
HSL 225.41º 0.27% 0.27% -
HSV(B) 225.41º 0.42% 0.35% -
XYZ 4.74 4.64 9.88 -
YUV 60.5 143.52 121.22 -
System Red Green Blue C M Y K H S L
Decimal 51 60 88 0.42 0.32 0 0.65 225.41 0.27 0.27
Hex 33 3C 58 2A 20 0 41 E1 1B 1B
Octal 63 74 130 52 40 0 101 341 33 33
Binary 110011 111100 1011000 101010 100000 0 1000001 11100001 11011 11011

Color Harmonies of #333C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333C58

Black with #333C58

Text Example


Text Example

White with #333C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,60,88); }

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

background-color css

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

 a { background-color: rgb(51,60,88); }

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

border-color css

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

 span { border-color: rgb(51,60,88); }

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