Html Css Color HEX #02384D Sherpa Blue

📋 copy color: '#02384D'

red 2 ◦ green 56 ◦ blue 77

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

Shades of Sherpa Blue #02384D

Tints of Sherpa Blue #02384D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 57.04%

R = 1.48%
G = 41.48%
B = 57.04%

CMYK

 C value IS 0.97

 M value IS 0.27

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#02384D (or 0x02384D) is known color: Sherpa Blue. HEX triplet: 02, 38 and 4D. RGB value is (2,56,77). Sum of RGB (Red+Green+Blue) = 2+56+77=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 56 (22.27% from 255 or 41.48% from 135); Blue value is 77 (30.47% from 255 or 57.04% from 135); Max value from RGB is 77 - color contains mainly: blue. Hex color #02384D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02384D is #FDC7B2. Grayscale: #2A2A2A. Windows color (decimal): -16631731 or 5060610. OLE color: 5060610.

HSL color Cylindrical-coordinate representation of color #02384D: hue angle of 196.8º 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 #02384D is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 2 56 77 -
CMYK 0.97 0.27 0 0.70
HSL 196.8º 0.95% 0.15% -
HSV(B) 196.8º 0.97% 0.3% -
XYZ 2.78 3.38 7.53 -
YUV 42.25 147.61 99.29 -
System Red Green Blue C M Y K H S L
Decimal 2 56 77 0.97 0.27 0 0.70 196.8 0.95 0.15
Hex 2 38 4D 61 1B 0 46 C5 5F F
Octal 2 70 115 141 33 0 106 305 137 17
Binary 10 111000 1001101 1100001 11011 0 1000110 11000101 1011111 1111

Color Harmonies of #02384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02384D

Black with #02384D

Text Example


Text Example

White with #02384D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02384D; }

 p { color: rgb(2,56,77); }

 H1.HeaderClassName
 {
   color: #02384D;
 }
 .AnyTagClassName
 {
   color: #02384D;
 }
</style>

background-color css

<style>
 a { background-color: #02384D; }

 a { background-color: rgb(2,56,77); }

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

border-color css

<style>
 span { border-color: #02384D; }

 span { border-color: rgb(2,56,77); }

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