Html Css Color HEX #3BA5BE Viking

📋 copy color: '#3BA5BE'

red 59 ◦ green 165 ◦ blue 190

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

Shades of Viking #3BA5BE

Tints of Viking #3BA5BE

RGB

 RED value IS 59 (23.44% from 255) = 14.25%

 GREEN value IS 165 (64.84% from 255) = 39.86%

 BLUE value IS 190 (74.61% from 255) = 45.89%

R = 14.25%
G = 39.86%
B = 45.89%

CMYK

 C value IS 0.69

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3BA5BE (or 0x3BA5BE) is known color: Viking. HEX triplet: 3B, A5 and BE. RGB value is (59,165,190). Sum of RGB (Red+Green+Blue) = 59+165+190=414 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.25% from 414); Green value is 165 (64.84% from 255 or 39.86% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #3BA5BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BA5BE is #C45A41. Grayscale: #878787. Windows color (decimal): -12868162 or 12494139. OLE color: 12494139.

HSL color Cylindrical-coordinate representation of color #3BA5BE: hue angle of 191.45º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BA5BE is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 59 165 190 -
CMYK 0.69 0.13 0 0.25
HSL 191.45º 0.53% 0.49% -
HSV(B) 191.45º 0.69% 0.75% -
XYZ 24.55 31.56 53.51 -
YUV 136.16 158.38 72.97 -
System Red Green Blue C M Y K H S L
Decimal 59 165 190 0.69 0.13 0 0.25 191.45 0.53 0.49
Hex 3B A5 BE 45 D 0 19 BF 35 31
Octal 73 245 276 105 15 0 31 277 65 61
Binary 111011 10100101 10111110 1000101 1101 0 11001 10111111 110101 110001

Color Harmonies of #3BA5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA5BE

Black with #3BA5BE

Text Example


Text Example

White with #3BA5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,165,190); }

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

background-color css

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

 a { background-color: rgb(59,165,190); }

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

border-color css

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

 span { border-color: rgb(59,165,190); }

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