Html Css Color HEX #3BBBCC Viking

📋 copy color: '#3BBBCC'

red 59 ◦ green 187 ◦ blue 204

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

Shades of Viking #3BBBCC

Tints of Viking #3BBBCC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.56%

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

R = 13.11%
G = 41.56%
B = 45.33%

CMYK

 C value IS 0.71

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3BBBCC (or 0x3BBBCC) is known color: Viking. HEX triplet: 3B, BB and CC. RGB value is (59,187,204). Sum of RGB (Red+Green+Blue) = 59+187+204=450 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.11% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #3BBBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BBBCC is #C44433. Grayscale: #969696. Windows color (decimal): -12862516 or 13417275. OLE color: 13417275.

HSL color Cylindrical-coordinate representation of color #3BBBCC: hue angle of 187.03º 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 #3BBBCC is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 59 187 204 -
CMYK 0.71 0.08 0 0.2
HSL 187.03º 0.59% 0.52% -
HSV(B) 187.03º 0.71% 0.8% -
XYZ 30.47 40.83 63.4 -
YUV 150.67 158.09 62.62 -
System Red Green Blue C M Y K H S L
Decimal 59 187 204 0.71 0.08 0 0.2 187.03 0.59 0.52
Hex 3B BB CC 47 8 0 14 BB 3B 34
Octal 73 273 314 107 10 0 24 273 73 64
Binary 111011 10111011 11001100 1000111 1000 0 10100 10111011 111011 110100

Color Harmonies of #3BBBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BBBCC

Black with #3BBBCC

Text Example


Text Example

White with #3BBBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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