Html Css Color HEX #3BBECC Viking

📋 copy color: '#3BBECC'

red 59 ◦ green 190 ◦ blue 204

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

Shades of Viking #3BBECC

Tints of Viking #3BBECC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.94%

 BLUE value IS 204 (80.08% from 255) = 45.03%

R = 13.02%
G = 41.94%
B = 45.03%

CMYK

 C value IS 0.71

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3BBECC (or 0x3BBECC) is known color: Viking. HEX triplet: 3B, BE and CC. RGB value is (59,190,204). Sum of RGB (Red+Green+Blue) = 59+190+204=453 (60% of max value = 765). Red value is 59 (23.44% from 255 or 13.02% from 453); Green value is 190 (74.61% from 255 or 41.94% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #3BBECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BBECC is #C44133. Grayscale: #989898. Windows color (decimal): -12861748 or 13418043. OLE color: 13418043.

HSL color Cylindrical-coordinate representation of color #3BBECC: hue angle of 185.79º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BBECC is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 59 190 204 -
CMYK 0.71 0.07 0 0.2
HSL 185.79º 0.59% 0.52% -
HSV(B) 185.79º 0.71% 0.8% -
XYZ 31.12 42.12 63.62 -
YUV 152.43 157.1 61.36 -
System Red Green Blue C M Y K H S L
Decimal 59 190 204 0.71 0.07 0 0.2 185.79 0.59 0.52
Hex 3B BE CC 47 7 0 14 BA 3B 34
Octal 73 276 314 107 7 0 24 272 73 64
Binary 111011 10111110 11001100 1000111 111 0 10100 10111010 111011 110100

Color Harmonies of #3BBECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BBECC

Black with #3BBECC

Text Example


Text Example

White with #3BBECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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