Html Css Color HEX #02354C Sherpa Blue

📋 copy color: '#02354C'

red 2 ◦ green 53 ◦ blue 76

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

Shades of Sherpa Blue #02354C

Tints of Sherpa Blue #02354C

RGB

 RED value IS 2 (1.17% from 255) = 1.53%

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

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

R = 1.53%
G = 40.46%
B = 58.02%

CMYK

 C value IS 0.97

 M value IS 0.30

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#02354C (or 0x02354C) is known color: Sherpa Blue. HEX triplet: 02, 35 and 4C. RGB value is (2,53,76). Sum of RGB (Red+Green+Blue) = 2+53+76=131 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.53% from 131); Green value is 53 (21.09% from 255 or 40.46% from 131); Blue value is 76 (30.08% from 255 or 58.02% from 131); Max value from RGB is 76 - color contains mainly: blue. Hex color #02354C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02354C is #FDCAB3. Grayscale: #282828. Windows color (decimal): -16632500 or 4994306. OLE color: 4994306.

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

Color convert

RGB 2 53 76 -
CMYK 0.97 0.30 0 0.70
HSL 198.65º 0.95% 0.15% -
HSV(B) 198.65º 0.97% 0.3% -
XYZ 2.6 3.08 7.29 -
YUV 40.37 148.1 100.63 -
System Red Green Blue C M Y K H S L
Decimal 2 53 76 0.97 0.30 0 0.70 198.65 0.95 0.15
Hex 2 35 4C 61 1E 0 46 C7 5F F
Octal 2 65 114 141 36 0 106 307 137 17
Binary 10 110101 1001100 1100001 11110 0 1000110 11000111 1011111 1111

Color Harmonies of #02354C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02354C

Black with #02354C

Text Example


Text Example

White with #02354C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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