Html Css Color HEX #033540 Sherpa Blue

📋 copy color: '#033540'

red 3 ◦ green 53 ◦ blue 64

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

Shades of Sherpa Blue #033540

Tints of Sherpa Blue #033540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 53.33%

R = 2.5%
G = 44.17%
B = 53.33%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#033540 (or 0x033540) is known color: Sherpa Blue. HEX triplet: 03, 35 and 40. RGB value is (3,53,64). Sum of RGB (Red+Green+Blue) = 3+53+64=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 53 (21.09% from 255 or 44.17% from 120); Blue value is 64 (25.39% from 255 or 53.33% from 120); Max value from RGB is 64 - color contains mainly: blue. Hex color #033540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033540 is #FCCABF. Grayscale: #272727. Windows color (decimal): -16566976 or 4207875. OLE color: 4207875.

HSL color Cylindrical-coordinate representation of color #033540: hue angle of 190.82º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033540 is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 3 53 64 -
CMYK 0.95 0.17 0 0.75
HSL 190.82º 0.91% 0.13% -
HSV(B) 190.82º 0.95% 0.25% -
XYZ 2.24 2.94 5.3 -
YUV 39.3 141.94 102.11 -
System Red Green Blue C M Y K H S L
Decimal 3 53 64 0.95 0.17 0 0.75 190.82 0.91 0.13
Hex 3 35 40 5F 11 0 4B BF 5B D
Octal 3 65 100 137 21 0 113 277 133 15
Binary 11 110101 1000000 1011111 10001 0 1001011 10111111 1011011 1101

Color Harmonies of #033540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033540

Black with #033540

Text Example


Text Example

White with #033540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033540; }

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

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

background-color css

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

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

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

border-color css

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

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

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