#33B0C4

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

Shades of Viking #33B0C4

Tints of Viking #33B0C4

Color information

#33B0C4 (or 0x33B0C4) is unknown color: approx Viking. HEX triplet: 33, B0 and C4. RGB value is (51,176,196). Sum of RGB (Red+Green+Blue) = 51+176+196=423 (56% of max value = 765). Red value is 51 (20.31% from 255 or 12.06% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 196 (76.95% from 255 or 46.34% from 423); Max value from RGB is 196 - color contains mainly: blue. Hex color #33B0C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33B0C4 is #CC4F3B. Grayscale: #8C8C8C. Windows color (decimal): -13389628 or 12890163. OLE color: 12890163.

HSL color Cylindrical-coordinate representation of color #33B0C4: hue angle of 188.28º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33B0C4 is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB51176196-
CMYK0.740.1000.23
HSL188.28º58.7%48.43%-
HSV(B)188.28º73.98%76.86%-
XYZ26.8535.7457.71-
YUV140.9159.0963.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.06%
GREEN value IS 176 (69.14% from 255) = 41.61%
BLUE value IS 196 (76.95% from 255) = 46.34%
R=12.06%
G=41.61%
B=46.34%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal511761960.740.1000.23188.2858.748.43
Hex33B0C44AA017bc3b30
Octal63260304112120272747360
Binary11001110110000110001001001010101001011110111100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33B0C4; }

 p { color: rgb(51,176,196); }

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

<style>
 a { background-color: #33B0C4; }

 a { background-color: rgb(51,176,196); }

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

<style>
 span { border-color: #33B0C4; }

 span { border-color: rgb(51,176,196); }

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