#02384B

Color #02384B Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #02384B

Tints of Sherpa Blue #02384B

Color information

#02384B (or 0x02384B) is unknown color: approx Sherpa Blue. HEX triplet: 02, 38 and 4B. RGB value is (2,56,75). Sum of RGB (Red+Green+Blue) = 2+56+75=133 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.50% from 133); Green value is 56 (22.27% from 255 or 42.11% from 133); Blue value is 75 (29.69% from 255 or 56.39% from 133); Max value from RGB is 75 - color contains mainly: blue. Hex color #02384B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02384B is #FDC7B4. Grayscale: #292929. Windows color (decimal): -16631733 or 4929538. OLE color: 4929538.

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

Color convert

RGB25675-
CMYK0.970.2500.71
HSL195.62º94.81%15.1%-
HSV(B)195.62º97.33%29.41%-
XYZ2.713.357.16-
YUV42.02146.6199.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.50%
GREEN value IS 56 (22.27% from 255) = 42.11%
BLUE value IS 75 (29.69% from 255) = 56.39%
R=1.50%
G=42.11%
B=56.39%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal256750.970.2500.71195.6294.8115.1
Hex2384B6119047c45ff
Octal27011314131010730413717
Binary101110001001011110000111001010001111100010010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02384B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #02384B;
 }
 .AnyTagClassName
 {
   color: #02384B;
 }
</style>
background-color css

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

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

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

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

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

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