Html Css Color HEX #3ABCCD Viking

📋 copy color: '#3ABCCD'

red 58 ◦ green 188 ◦ blue 205

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

Shades of Viking #3ABCCD

Tints of Viking #3ABCCD

RGB

 RED value IS 58 (23.05% from 255) = 12.86%

 GREEN value IS 188 (73.83% from 255) = 41.69%

 BLUE value IS 205 (80.47% from 255) = 45.45%

R = 12.86%
G = 41.69%
B = 45.45%

CMYK

 C value IS 0.72

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3ABCCD (or 0x3ABCCD) is known color: Viking. HEX triplet: 3A, BC and CD. RGB value is (58,188,205). Sum of RGB (Red+Green+Blue) = 58+188+205=451 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.86% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #3ABCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABCCD is #C54332. Grayscale: #969696. Windows color (decimal): -12927795 or 13483066. OLE color: 13483066.

HSL color Cylindrical-coordinate representation of color #3ABCCD: hue angle of 186.94º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ABCCD is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 58 188 205 -
CMYK 0.72 0.08 0 0.20
HSL 186.94º 0.6% 0.52% -
HSV(B) 186.94º 0.72% 0.8% -
XYZ 30.75 41.27 64.1 -
YUV 151.07 158.43 61.62 -
System Red Green Blue C M Y K H S L
Decimal 58 188 205 0.72 0.08 0 0.20 186.94 0.6 0.52
Hex 3A BC CD 48 8 0 14 BB 3C 34
Octal 72 274 315 110 10 0 24 273 74 64
Binary 111010 10111100 11001101 1001000 1000 0 10100 10111011 111100 110100

Color Harmonies of #3ABCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABCCD

Black with #3ABCCD

Text Example


Text Example

White with #3ABCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,188,205); }

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

background-color css

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

 a { background-color: rgb(58,188,205); }

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

border-color css

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

 span { border-color: rgb(58,188,205); }

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