Html Css Color HEX #03354C Sherpa Blue

📋 copy color: '#03354C'

red 3 ◦ green 53 ◦ blue 76

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

Shades of Sherpa Blue #03354C

Tints of Sherpa Blue #03354C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 57.58%

R = 2.27%
G = 40.15%
B = 57.58%

CMYK

 C value IS 0.96

 M value IS 0.30

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#03354C (or 0x03354C) is known color: Sherpa Blue. HEX triplet: 03, 35 and 4C. RGB value is (3,53,76). Sum of RGB (Red+Green+Blue) = 3+53+76=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 53 (21.09% from 255 or 40.15% from 132); Blue value is 76 (30.08% from 255 or 57.58% from 132); Max value from RGB is 76 - color contains mainly: blue. Hex color #03354C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03354C is #FCCAB3. Grayscale: #282828. Windows color (decimal): -16566964 or 4994307. OLE color: 4994307.

HSL color Cylindrical-coordinate representation of color #03354C: hue angle of 198.9º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03354C is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 3 53 76 -
CMYK 0.96 0.30 0 0.70
HSL 198.9º 0.92% 0.15% -
HSV(B) 198.9º 0.96% 0.3% -
XYZ 2.62 3.09 7.3 -
YUV 40.67 147.94 101.13 -
System Red Green Blue C M Y K H S L
Decimal 3 53 76 0.96 0.30 0 0.70 198.9 0.92 0.15
Hex 3 35 4C 60 1E 0 46 C7 5C F
Octal 3 65 114 140 36 0 106 307 134 17
Binary 11 110101 1001100 1100000 11110 0 1000110 11000111 1011100 1111

Color Harmonies of #03354C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03354C

Black with #03354C

Text Example


Text Example

White with #03354C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03354C; }

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

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

background-color css

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

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

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

border-color css

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

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

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