Html Css Color HEX #414165 Corn Flower Blue

📋 copy color: '#414165'

red 65 ◦ green 65 ◦ blue 101

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

Shades of Corn Flower Blue #414165

Tints of Corn Flower Blue #414165

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.14%

 BLUE value IS 101 (39.84% from 255) = 43.72%

R = 28.14%
G = 28.14%
B = 43.72%

CMYK

 C value IS 0.36

 M value IS 0.36

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#414165 (or 0x414165) is known color: Corn Flower Blue. HEX triplet: 41, 41 and 65. RGB value is (65,65,101). Sum of RGB (Red+Green+Blue) = 65+65+101=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 101 - color contains mainly: blue. Hex color #414165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414165 is #BEBE9A. Grayscale: #444444. Windows color (decimal): -12500635 or 6635841. OLE color: 6635841.

HSL color Cylindrical-coordinate representation of color #414165: hue angle of 240º 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 #414165 is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 65 65 101 -
CMYK 0.36 0.36 0 0.60
HSL 240º 0.22% 0.33% -
HSV(B) 240º 0.36% 0.4% -
XYZ 6.42 5.84 13.1 -
YUV 69.1 146 125.07 -
System Red Green Blue C M Y K H S L
Decimal 65 65 101 0.36 0.36 0 0.60 240 0.22 0.33
Hex 41 41 65 24 24 0 3C F0 16 21
Octal 101 101 145 44 44 0 74 360 26 41
Binary 1000001 1000001 1100101 100100 100100 0 111100 11110000 10110 100001

Color Harmonies of #414165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414165

Black with #414165

Text Example


Text Example

White with #414165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414165; }

 p { color: rgb(65,65,101); }

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

background-color css

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

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

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

border-color css

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

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

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