Html Css Color HEX #41BCC3 Viking

📋 copy color: '#41BCC3'

red 65 ◦ green 188 ◦ blue 195

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

Shades of Viking #41BCC3

Tints of Viking #41BCC3

RGB

 RED value IS 65 (25.78% from 255) = 14.51%

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

 BLUE value IS 195 (76.56% from 255) = 43.53%

R = 14.51%
G = 41.96%
B = 43.53%

CMYK

 C value IS 0.67

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#41BCC3 (or 0x41BCC3) is known color: Viking. HEX triplet: 41, BC and C3. RGB value is (65,188,195). Sum of RGB (Red+Green+Blue) = 65+188+195=448 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.51% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 195 (76.56% from 255 or 43.53% from 448); Max value from RGB is 195 - color contains mainly: blue. Hex color #41BCC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BCC3 is #BE433C. Grayscale: #979797. Windows color (decimal): -12469053 or 12827713. OLE color: 12827713.

HSL color Cylindrical-coordinate representation of color #41BCC3: hue angle of 183.23º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41BCC3 is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 65 188 195 -
CMYK 0.67 0.04 0 0.24
HSL 183.23º 0.52% 0.51% -
HSV(B) 183.23º 0.67% 0.76% -
XYZ 30.01 41.03 57.97 -
YUV 152.02 152.25 65.93 -
System Red Green Blue C M Y K H S L
Decimal 65 188 195 0.67 0.04 0 0.24 183.23 0.52 0.51
Hex 41 BC C3 43 4 0 18 B7 34 33
Octal 101 274 303 103 4 0 30 267 64 63
Binary 1000001 10111100 11000011 1000011 100 0 11000 10110111 110100 110011

Color Harmonies of #41BCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BCC3

Black with #41BCC3

Text Example


Text Example

White with #41BCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41BCC3; }

 p { color: rgb(65,188,195); }

 H1.HeaderClassName
 {
   color: #41BCC3;
 }
 .AnyTagClassName
 {
   color: #41BCC3;
 }
</style>

background-color css

<style>
 a { background-color: #41BCC3; }

 a { background-color: rgb(65,188,195); }

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

border-color css

<style>
 span { border-color: #41BCC3; }

 span { border-color: rgb(65,188,195); }

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