Html Css Color HEX #033C46 Sherpa Blue

📋 copy color: '#033C46'

red 3 ◦ green 60 ◦ blue 70

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

Shades of Sherpa Blue #033C46

Tints of Sherpa Blue #033C46

RGB

 RED value IS 3 (1.56% from 255) = 2.26%

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

 BLUE value IS 70 (27.73% from 255) = 52.63%

R = 2.26%
G = 45.11%
B = 52.63%

CMYK

 C value IS 0.96

 M value IS 0.14

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#033C46 (or 0x033C46) is known color: Sherpa Blue. HEX triplet: 03, 3C and 46. RGB value is (3,60,70). Sum of RGB (Red+Green+Blue) = 3+60+70=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 60 (23.83% from 255 or 45.11% from 133); Blue value is 70 (27.73% from 255 or 52.63% from 133); Max value from RGB is 70 - color contains mainly: blue. Hex color #033C46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033C46 is #FCC3B9. Grayscale: #2C2C2C. Windows color (decimal): -16565178 or 4602883. OLE color: 4602883.

HSL color Cylindrical-coordinate representation of color #033C46: hue angle of 188.96º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #033C46 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 3 60 70 -
CMYK 0.96 0.14 0 0.73
HSL 188.96º 0.92% 0.14% -
HSV(B) 188.96º 0.96% 0.27% -
XYZ 2.76 3.69 6.36 -
YUV 44.1 142.62 98.69 -
System Red Green Blue C M Y K H S L
Decimal 3 60 70 0.96 0.14 0 0.73 188.96 0.92 0.14
Hex 3 3C 46 60 E 0 49 BD 5C E
Octal 3 74 106 140 16 0 111 275 134 16
Binary 11 111100 1000110 1100000 1110 0 1001001 10111101 1011100 1110

Color Harmonies of #033C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033C46

Black with #033C46

Text Example


Text Example

White with #033C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033C46; }

 p { color: rgb(3,60,70); }

 H1.HeaderClassName
 {
   color: #033C46;
 }
 .AnyTagClassName
 {
   color: #033C46;
 }
</style>

background-color css

<style>
 a { background-color: #033C46; }

 a { background-color: rgb(3,60,70); }

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

border-color css

<style>
 span { border-color: #033C46; }

 span { border-color: rgb(3,60,70); }

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