Html Css Color HEX #3AB5CB Viking

📋 copy color: '#3AB5CB'

red 58 ◦ green 181 ◦ blue 203

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

Shades of Viking #3AB5CB

Tints of Viking #3AB5CB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.95%

 BLUE value IS 203 (79.69% from 255) = 45.93%

R = 13.12%
G = 40.95%
B = 45.93%

CMYK

 C value IS 0.71

 M value IS 0.11

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3AB5CB (or 0x3AB5CB) is known color: Viking. HEX triplet: 3A, B5 and CB. RGB value is (58,181,203). Sum of RGB (Red+Green+Blue) = 58+181+203=442 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.12% from 442); Green value is 181 (71.09% from 255 or 40.95% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #3AB5CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AB5CB is #C54A34. Grayscale: #929292. Windows color (decimal): -12929589 or 13350202. OLE color: 13350202.

HSL color Cylindrical-coordinate representation of color #3AB5CB: hue angle of 189.1º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3AB5CB is Cyan = 0.71, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 58 181 203 -
CMYK 0.71 0.11 0 0.20
HSL 189.1º 0.58% 0.51% -
HSV(B) 189.1º 0.71% 0.8% -
XYZ 29.05 38.26 62.35 -
YUV 146.73 159.75 64.71 -
System Red Green Blue C M Y K H S L
Decimal 58 181 203 0.71 0.11 0 0.20 189.1 0.58 0.51
Hex 3A B5 CB 47 B 0 14 BD 3A 33
Octal 72 265 313 107 13 0 24 275 72 63
Binary 111010 10110101 11001011 1000111 1011 0 10100 10111101 111010 110011

Color Harmonies of #3AB5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AB5CB

Black with #3AB5CB

Text Example


Text Example

White with #3AB5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,181,203); }

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

background-color css

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

 a { background-color: rgb(58,181,203); }

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

border-color css

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

 span { border-color: rgb(58,181,203); }

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