Html Css Color HEX #02344A Sherpa Blue

📋 copy color: '#02344A'

red 2 ◦ green 52 ◦ blue 74

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

Shades of Sherpa Blue #02344A

Tints of Sherpa Blue #02344A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 40.63%

 BLUE value IS 74 (29.3% from 255) = 57.81%

R = 1.56%
G = 40.63%
B = 57.81%

CMYK

 C value IS 0.97

 M value IS 0.30

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#02344A (or 0x02344A) is known color: Sherpa Blue. HEX triplet: 02, 34 and 4A. RGB value is (2,52,74). Sum of RGB (Red+Green+Blue) = 2+52+74=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 52 (20.70% from 255 or 40.62% from 128); Blue value is 74 (29.30% from 255 or 57.81% from 128); Max value from RGB is 74 - color contains mainly: blue. Hex color #02344A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02344A is #FDCBB5. Grayscale: #272727. Windows color (decimal): -16632758 or 4862978. OLE color: 4862978.

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

Color convert

RGB 2 52 74 -
CMYK 0.97 0.30 0 0.71
HSL 198.33º 0.95% 0.15% -
HSV(B) 198.33º 0.97% 0.29% -
XYZ 2.49 2.96 6.92 -
YUV 39.56 147.44 101.21 -
System Red Green Blue C M Y K H S L
Decimal 2 52 74 0.97 0.30 0 0.71 198.33 0.95 0.15
Hex 2 34 4A 61 1E 0 47 C6 5F F
Octal 2 64 112 141 36 0 107 306 137 17
Binary 10 110100 1001010 1100001 11110 0 1000111 11000110 1011111 1111

Color Harmonies of #02344A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02344A

Black with #02344A

Text Example


Text Example

White with #02344A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02344A; }

 p { color: rgb(2,52,74); }

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

background-color css

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

 a { background-color: rgb(2,52,74); }

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

border-color css

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

 span { border-color: rgb(2,52,74); }

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