#00353E

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

Shades of Sherpa Blue #00353E

Tints of Sherpa Blue #00353E

Color information

#00353E (or 0x00353E) is unknown color: approx Sherpa Blue. HEX triplet: 00, 35 and 3E. RGB value is (0,53,62). Sum of RGB (Red+Green+Blue) = 0+53+62=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 53 (21.09% from 255 or 46.09% from 115); Blue value is 62 (24.61% from 255 or 53.91% from 115); Max value from RGB is 62 - color contains mainly: blue. Hex color #00353E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00353E is #FFCAC1. Grayscale: #262626. Windows color (decimal): -16763586 or 4076800. OLE color: 4076800.

HSL color Cylindrical-coordinate representation of color #00353E: hue angle of 188.71º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00353E is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB05362-
CMYK10.1500.76
HSL188.71º100%12.16%-
HSV(B)188.71º100%24.31%-
XYZ2.142.895-
YUV38.18141.44100.77-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 53 (21.09% from 255) = 46.09%
BLUE value IS 62 (24.61% from 255) = 53.91%
R=0%
G=46.09%
B=53.91%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal0536210.1500.76188.7110012.16
Hex0353E64F04Cbd64c
Octal0657614417011427514414
Binary011010111111011001001111010011001011110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00353E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00353E; }

 p { color: rgb(0,53,62); }

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

<style>
 a { background-color: #00353E; }

 a { background-color: rgb(0,53,62); }

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

<style>
 span { border-color: #00353E; }

 span { border-color: rgb(0,53,62); }

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