#35B4C1

Color #35B4C1 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #35B4C1

Tints of Viking #35B4C1

Color information

#35B4C1 (or 0x35B4C1) is unknown color: approx Viking. HEX triplet: 35, B4 and C1. RGB value is (53,180,193). Sum of RGB (Red+Green+Blue) = 53+180+193=426 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.44% from 426); Green value is 180 (70.70% from 255 or 42.25% from 426); Blue value is 193 (75.78% from 255 or 45.31% from 426); Max value from RGB is 193 - color contains mainly: blue. Hex color #35B4C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35B4C1 is #CA4B3E. Grayscale: #8F8F8F. Windows color (decimal): -13257535 or 12694581. OLE color: 12694581.

HSL color Cylindrical-coordinate representation of color #35B4C1: hue angle of 185.57º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35B4C1 is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB53180193-
CMYK0.730.0700.24
HSL185.57º56.91%48.24%-
HSV(B)185.57º72.54%75.69%-
XYZ27.4237.2556.2-
YUV143.51155.9263.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.44%
GREEN value IS 180 (70.70% from 255) = 42.25%
BLUE value IS 193 (75.78% from 255) = 45.31%
R=12.44%
G=42.25%
B=45.31%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal531801930.730.0700.24185.5756.9148.24
Hex35B4C1497018ba3930
Octal6526430111170302727160
Binary1101011011010011000001100100111101100010111010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35B4C1; }

 p { color: rgb(53,180,193); }

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

<style>
 a { background-color: #35B4C1; }

 a { background-color: rgb(53,180,193); }

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

<style>
 span { border-color: #35B4C1; }

 span { border-color: rgb(53,180,193); }

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