Html Css Color HEX #00354B Sherpa Blue

📋 copy color: '#00354B'

red 0 ◦ green 53 ◦ blue 75

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

Shades of Sherpa Blue #00354B

Tints of Sherpa Blue #00354B

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 53 (21.09% from 255) = 41.41%

 BLUE value IS 75 (29.69% from 255) = 58.59%

R = 0%
G = 41.41%
B = 58.59%

CMYK

 C value IS 1

 M value IS 0.29

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#00354B (or 0x00354B) is known color: Sherpa Blue. HEX triplet: 00, 35 and 4B. RGB value is (0,53,75). Sum of RGB (Red+Green+Blue) = 0+53+75=128 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 128); Green value is 53 (21.09% from 255 or 41.41% from 128); Blue value is 75 (29.69% from 255 or 58.59% from 128); Max value from RGB is 75 - color contains mainly: blue. Hex color #00354B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00354B is #FFCAB4. Grayscale: #272727. Windows color (decimal): -16763573 or 4928768. OLE color: 4928768.

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

Color convert

RGB 0 53 75 -
CMYK 1 0.29 0 0.71
HSL 197.6º 1% 0.15% -
HSV(B) 197.6º 1% 0.29% -
XYZ 2.54 3.05 7.11 -
YUV 39.66 147.94 99.71 -
System Red Green Blue C M Y K H S L
Decimal 0 53 75 1 0.29 0 0.71 197.6 1 0.15
Hex 0 35 4B 64 1D 0 47 C6 64 F
Octal 0 65 113 144 35 0 107 306 144 17
Binary 0 110101 1001011 1100100 11101 0 1000111 11000110 1100100 1111

Color Harmonies of #00354B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00354B

Black with #00354B

Text Example


Text Example

White with #00354B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00354B;
 }
 .AnyTagClassName
 {
   color: #00354B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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