Html Css Color HEX #03384C Sherpa Blue

📋 copy color: '#03384C'

red 3 ◦ green 56 ◦ blue 76

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

Shades of Sherpa Blue #03384C

Tints of Sherpa Blue #03384C

RGB

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

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

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

R = 2.22%
G = 41.48%
B = 56.3%

CMYK

 C value IS 0.96

 M value IS 0.26

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#03384C (or 0x03384C) is known color: Sherpa Blue. HEX triplet: 03, 38 and 4C. RGB value is (3,56,76). Sum of RGB (Red+Green+Blue) = 3+56+76=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 56 (22.27% from 255 or 41.48% from 135); Blue value is 76 (30.08% from 255 or 56.30% from 135); Max value from RGB is 76 - color contains mainly: blue. Hex color #03384C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03384C is #FCC7B3. Grayscale: #2A2A2A. Windows color (decimal): -16566196 or 4995075. OLE color: 4995075.

HSL color Cylindrical-coordinate representation of color #03384C: hue angle of 196.44º 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 #03384C is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 3 56 76 -
CMYK 0.96 0.26 0 0.70
HSL 196.44º 0.92% 0.15% -
HSV(B) 196.44º 0.96% 0.3% -
XYZ 2.76 3.37 7.34 -
YUV 42.43 146.94 99.87 -
System Red Green Blue C M Y K H S L
Decimal 3 56 76 0.96 0.26 0 0.70 196.44 0.92 0.15
Hex 3 38 4C 60 1A 0 46 C4 5C F
Octal 3 70 114 140 32 0 106 304 134 17
Binary 11 111000 1001100 1100000 11010 0 1000110 11000100 1011100 1111

Color Harmonies of #03384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03384C

Black with #03384C

Text Example


Text Example

White with #03384C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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