#02354B

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

Shades of Sherpa Blue #02354B

Tints of Sherpa Blue #02354B

Color information

#02354B (or 0x02354B) is unknown color: approx Sherpa Blue. HEX triplet: 02, 35 and 4B. RGB value is (2,53,75). Sum of RGB (Red+Green+Blue) = 2+53+75=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 53 (21.09% from 255 or 40.77% from 130); Blue value is 75 (29.69% from 255 or 57.69% from 130); Max value from RGB is 75 - color contains mainly: blue. Hex color #02354B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02354B is #FDCAB4. Grayscale: #282828. Windows color (decimal): -16632501 or 4928770. OLE color: 4928770.

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

Color convert

RGB25375-
CMYK0.970.2900.71
HSL198.08º94.81%15.1%-
HSV(B)198.08º97.33%29.41%-
XYZ2.573.077.11-
YUV40.26147.6100.71-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.54%
GREEN value IS 53 (21.09% from 255) = 40.77%
BLUE value IS 75 (29.69% from 255) = 57.69%
R=1.54%
G=40.77%
B=57.69%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal253750.970.2900.71198.0894.8115.1
Hex2354B611D047c65ff
Octal26511314135010730613717
Binary101101011001011110000111101010001111100011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02354B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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