Html Css Color HEX #415366 Cello

📋 copy color: '#415366'

red 65 ◦ green 83 ◦ blue 102

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

Shades of Cello #415366

Tints of Cello #415366

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.2%

 BLUE value IS 102 (40.23% from 255) = 40.8%

R = 26%
G = 33.2%
B = 40.8%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#415366 (or 0x415366) is known color: Cello. HEX triplet: 41, 53 and 66. RGB value is (65,83,102). Sum of RGB (Red+Green+Blue) = 65+83+102=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 102 (40.23% from 255 or 40.8% from 250); Max value from RGB is 102 - color contains mainly: blue. Hex color #415366 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415366 is #BEAC99. Grayscale: #4F4F4F. Windows color (decimal): -12496026 or 6705985. OLE color: 6705985.

HSL color Cylindrical-coordinate representation of color #415366: hue angle of 210.81º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #415366 is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 65 83 102 -
CMYK 0.36 0.19 0 0.6
HSL 210.81º 0.22% 0.33% -
HSV(B) 210.81º 0.36% 0.4% -
XYZ 7.67 8.27 13.76 -
YUV 79.78 140.54 117.46 -
System Red Green Blue C M Y K H S L
Decimal 65 83 102 0.36 0.19 0 0.6 210.81 0.22 0.33
Hex 41 53 66 24 13 0 3C D3 16 21
Octal 101 123 146 44 23 0 74 323 26 41
Binary 1000001 1010011 1100110 100100 10011 0 111100 11010011 10110 100001

Color Harmonies of #415366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415366

Black with #415366

Text Example


Text Example

White with #415366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415366; }

 p { color: rgb(65,83,102); }

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

background-color css

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

 a { background-color: rgb(65,83,102); }

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

border-color css

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

 span { border-color: rgb(65,83,102); }

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