Html Css Color HEX #41A3C3 Viking

📋 copy color: '#41A3C3'

red 65 ◦ green 163 ◦ blue 195

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

Shades of Viking #41A3C3

Tints of Viking #41A3C3

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.53%

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

R = 15.37%
G = 38.53%
B = 46.1%

CMYK

 C value IS 0.67

 M value IS 0.16

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#41A3C3 (or 0x41A3C3) is known color: Viking. HEX triplet: 41, A3 and C3. RGB value is (65,163,195). Sum of RGB (Red+Green+Blue) = 65+163+195=423 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.37% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 195 (76.56% from 255 or 46.10% from 423); Max value from RGB is 195 - color contains mainly: blue. Hex color #41A3C3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41A3C3 is #BE5C3C. Grayscale: #898989. Windows color (decimal): -12475453 or 12821313. OLE color: 12821313.

HSL color Cylindrical-coordinate representation of color #41A3C3: hue angle of 194.77º 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 #41A3C3 is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 65 163 195 -
CMYK 0.67 0.16 0 0.24
HSL 194.77º 0.52% 0.51% -
HSV(B) 194.77º 0.67% 0.76% -
XYZ 25.13 31.26 56.34 -
YUV 137.35 160.53 76.4 -
System Red Green Blue C M Y K H S L
Decimal 65 163 195 0.67 0.16 0 0.24 194.77 0.52 0.51
Hex 41 A3 C3 43 10 0 18 C3 34 33
Octal 101 243 303 103 20 0 30 303 64 63
Binary 1000001 10100011 11000011 1000011 10000 0 11000 11000011 110100 110011

Color Harmonies of #41A3C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41A3C3

Black with #41A3C3

Text Example


Text Example

White with #41A3C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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