Html Css Color HEX #033542 Sherpa Blue

📋 copy color: '#033542'

red 3 ◦ green 53 ◦ blue 66

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

Shades of Sherpa Blue #033542

Tints of Sherpa Blue #033542

RGB

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

 GREEN value IS 53 (21.09% from 255) = 43.44%

 BLUE value IS 66 (26.17% from 255) = 54.1%

R = 2.46%
G = 43.44%
B = 54.1%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#033542 (or 0x033542) is known color: Sherpa Blue. HEX triplet: 03, 35 and 42. RGB value is (3,53,66). Sum of RGB (Red+Green+Blue) = 3+53+66=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 53 (21.09% from 255 or 43.44% from 122); Blue value is 66 (26.17% from 255 or 54.10% from 122); Max value from RGB is 66 - color contains mainly: blue. Hex color #033542 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033542 is #FCCABD. Grayscale: #272727. Windows color (decimal): -16566974 or 4338947. OLE color: 4338947.

HSL color Cylindrical-coordinate representation of color #033542: hue angle of 192.38º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033542 is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 3 53 66 -
CMYK 0.95 0.20 0 0.74
HSL 192.38º 0.91% 0.14% -
HSV(B) 192.38º 0.95% 0.26% -
XYZ 2.29 2.96 5.6 -
YUV 39.53 142.94 101.94 -
System Red Green Blue C M Y K H S L
Decimal 3 53 66 0.95 0.20 0 0.74 192.38 0.91 0.14
Hex 3 35 42 5F 14 0 4A C0 5B E
Octal 3 65 102 137 24 0 112 300 133 16
Binary 11 110101 1000010 1011111 10100 0 1001010 11000000 1011011 1110

Color Harmonies of #033542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033542

Black with #033542

Text Example


Text Example

White with #033542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033542; }

 p { color: rgb(3,53,66); }

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

background-color css

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

 a { background-color: rgb(3,53,66); }

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

border-color css

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

 span { border-color: rgb(3,53,66); }

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