Html Css Color HEX #003850 Sherpa Blue

📋 copy color: '#003850'

red 0 ◦ green 56 ◦ blue 80

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

Shades of Sherpa Blue #003850

Tints of Sherpa Blue #003850

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 56 (22.27% from 255) = 41.18%

 BLUE value IS 80 (31.64% from 255) = 58.82%

R = 0%
G = 41.18%
B = 58.82%

CMYK

 C value IS 1

 M value IS 0.30

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#003850 (or 0x003850) is known color: Sherpa Blue. HEX triplet: 00, 38 and 50. RGB value is (0,56,80). Sum of RGB (Red+Green+Blue) = 0+56+80=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 56 (22.27% from 255 or 41.18% from 136); Blue value is 80 (31.64% from 255 or 58.82% from 136); Max value from RGB is 80 - color contains mainly: blue. Hex color #003850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003850 is #FFC7AF. Grayscale: #292929. Windows color (decimal): -16762800 or 5257216. OLE color: 5257216.

HSL color Cylindrical-coordinate representation of color #003850: hue angle of 198º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003850 is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 0 56 80 -
CMYK 1 0.30 0 0.69
HSL 198º 1% 0.16% -
HSV(B) 198º 1% 0.31% -
XYZ 2.86 3.41 8.1 -
YUV 41.99 149.45 98.05 -
System Red Green Blue C M Y K H S L
Decimal 0 56 80 1 0.30 0 0.69 198 1 0.16
Hex 0 38 50 64 1E 0 45 C6 64 10
Octal 0 70 120 144 36 0 105 306 144 20
Binary 0 111000 1010000 1100100 11110 0 1000101 11000110 1100100 10000

Color Harmonies of #003850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003850

Black with #003850

Text Example


Text Example

White with #003850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003850; }

 p { color: rgb(0,56,80); }

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

background-color css

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

 a { background-color: rgb(0,56,80); }

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

border-color css

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

 span { border-color: rgb(0,56,80); }

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