Html Css Color HEX #415367 Cello

📋 copy color: '#415367'

red 65 ◦ green 83 ◦ blue 103

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

Shades of Cello #415367

Tints of Cello #415367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 41.04%

R = 25.9%
G = 33.07%
B = 41.04%

CMYK

 C value IS 0.37

 M value IS 0.19

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#415367 (or 0x415367) is known color: Cello. HEX triplet: 41, 53 and 67. RGB value is (65,83,103). Sum of RGB (Red+Green+Blue) = 65+83+103=251 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.90% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 103 (40.62% from 255 or 41.04% from 251); Max value from RGB is 103 - color contains mainly: blue. Hex color #415367 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415367 is #BEAC98. Grayscale: #4F4F4F. Windows color (decimal): -12496025 or 6771521. OLE color: 6771521.

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

Color convert

RGB 65 83 103 -
CMYK 0.37 0.19 0 0.60
HSL 211.58º 0.23% 0.33% -
HSV(B) 211.58º 0.37% 0.4% -
XYZ 7.72 8.29 14.03 -
YUV 79.9 141.04 117.37 -
System Red Green Blue C M Y K H S L
Decimal 65 83 103 0.37 0.19 0 0.60 211.58 0.23 0.33
Hex 41 53 67 25 13 0 3C D4 17 21
Octal 101 123 147 45 23 0 74 324 27 41
Binary 1000001 1010011 1100111 100101 10011 0 111100 11010100 10111 100001

Color Harmonies of #415367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415367

Black with #415367

Text Example


Text Example

White with #415367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415367; }

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

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

background-color css

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

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

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

border-color css

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

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

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