Html Css Color HEX #3DB4C9 Viking

📋 copy color: '#3DB4C9'

red 61 ◦ green 180 ◦ blue 201

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

Shades of Viking #3DB4C9

Tints of Viking #3DB4C9

RGB

 RED value IS 61 (24.22% from 255) = 13.8%

 GREEN value IS 180 (70.7% from 255) = 40.72%

 BLUE value IS 201 (78.91% from 255) = 45.48%

R = 13.8%
G = 40.72%
B = 45.48%

CMYK

 C value IS 0.70

 M value IS 0.10

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3DB4C9 (or 0x3DB4C9) is known color: Viking. HEX triplet: 3D, B4 and C9. RGB value is (61,180,201). Sum of RGB (Red+Green+Blue) = 61+180+201=442 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.80% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 201 (78.91% from 255 or 45.48% from 442); Max value from RGB is 201 - color contains mainly: blue. Hex color #3DB4C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DB4C9 is #C24B36. Grayscale: #929292. Windows color (decimal): -12733239 or 13218877. OLE color: 13218877.

HSL color Cylindrical-coordinate representation of color #3DB4C9: hue angle of 189º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DB4C9 is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 61 180 201 -
CMYK 0.70 0.10 0 0.21
HSL 189º 0.56% 0.51% -
HSV(B) 189º 0.7% 0.79% -
XYZ 28.79 37.85 61.05 -
YUV 146.81 158.58 66.79 -
System Red Green Blue C M Y K H S L
Decimal 61 180 201 0.70 0.10 0 0.21 189 0.56 0.51
Hex 3D B4 C9 46 A 0 15 BD 38 33
Octal 75 264 311 106 12 0 25 275 70 63
Binary 111101 10110100 11001001 1000110 1010 0 10101 10111101 111000 110011

Color Harmonies of #3DB4C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB4C9

Black with #3DB4C9

Text Example


Text Example

White with #3DB4C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3DB4C9; }

 p { color: rgb(61,180,201); }

 H1.HeaderClassName
 {
   color: #3DB4C9;
 }
 .AnyTagClassName
 {
   color: #3DB4C9;
 }
</style>

background-color css

<style>
 a { background-color: #3DB4C9; }

 a { background-color: rgb(61,180,201); }

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

border-color css

<style>
 span { border-color: #3DB4C9; }

 span { border-color: rgb(61,180,201); }

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