Html Css Color HEX #333C5D Gulf Blue

📋 copy color: '#333C5D'

red 51 ◦ green 60 ◦ blue 93

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

Shades of Gulf Blue #333C5D

Tints of Gulf Blue #333C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 45.59%

R = 25%
G = 29.41%
B = 45.59%

CMYK

 C value IS 0.45

 M value IS 0.35

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#333C5D (or 0x333C5D) is known color: Gulf Blue. HEX triplet: 33, 3C and 5D. RGB value is (51,60,93). Sum of RGB (Red+Green+Blue) = 51+60+93=204 (27% of max value = 765). Red value is 51 (20.31% from 255 or 25% from 204); Green value is 60 (23.83% from 255 or 29.41% from 204); Blue value is 93 (36.72% from 255 or 45.59% from 204); Max value from RGB is 93 - color contains mainly: blue. Hex color #333C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333C5D is #CCC3A2. Grayscale: #3C3C3C. Windows color (decimal): -13419427 or 6110259. OLE color: 6110259.

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

Color convert

RGB 51 60 93 -
CMYK 0.45 0.35 0 0.64
HSL 227.14º 0.29% 0.28% -
HSV(B) 227.14º 0.45% 0.36% -
XYZ 4.96 4.73 11.01 -
YUV 61.07 146.02 120.82 -
System Red Green Blue C M Y K H S L
Decimal 51 60 93 0.45 0.35 0 0.64 227.14 0.29 0.28
Hex 33 3C 5D 2D 23 0 40 E3 1D 1C
Octal 63 74 135 55 43 0 100 343 35 34
Binary 110011 111100 1011101 101101 100011 0 1000000 11100011 11101 11100

Color Harmonies of #333C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333C5D

Black with #333C5D

Text Example


Text Example

White with #333C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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