Html Css Color HEX #03424B Sherpa Blue

📋 copy color: '#03424B'

red 3 ◦ green 66 ◦ blue 75

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

Shades of Sherpa Blue #03424B

Tints of Sherpa Blue #03424B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 45.83%

 BLUE value IS 75 (29.69% from 255) = 52.08%

R = 2.08%
G = 45.83%
B = 52.08%

CMYK

 C value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#03424B (or 0x03424B) is known color: Sherpa Blue. HEX triplet: 03, 42 and 4B. RGB value is (3,66,75). Sum of RGB (Red+Green+Blue) = 3+66+75=144 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.08% from 144); Green value is 66 (26.17% from 255 or 45.83% from 144); Blue value is 75 (29.69% from 255 or 52.08% from 144); Max value from RGB is 75 - color contains mainly: blue. Hex color #03424B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03424B is #FCBDB4. Grayscale: #303030. Windows color (decimal): -16563637 or 4932099. OLE color: 4932099.

HSL color Cylindrical-coordinate representation of color #03424B: hue angle of 187.5º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03424B is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 3 66 75 -
CMYK 0.96 0.12 0 0.71
HSL 187.5º 0.92% 0.15% -
HSV(B) 187.5º 0.96% 0.29% -
XYZ 3.26 4.42 7.34 -
YUV 48.19 143.13 95.77 -
System Red Green Blue C M Y K H S L
Decimal 3 66 75 0.96 0.12 0 0.71 187.5 0.92 0.15
Hex 3 42 4B 60 C 0 47 BC 5C F
Octal 3 102 113 140 14 0 107 274 134 17
Binary 11 1000010 1001011 1100000 1100 0 1000111 10111100 1011100 1111

Color Harmonies of #03424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03424B

Black with #03424B

Text Example


Text Example

White with #03424B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03424B; }

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

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

background-color css

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

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

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

border-color css

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

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

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