Html Css Color HEX #414164 Corn Flower Blue

📋 copy color: '#414164'

red 65 ◦ green 65 ◦ blue 100

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

Shades of Corn Flower Blue #414164

Tints of Corn Flower Blue #414164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 43.48%

R = 28.26%
G = 28.26%
B = 43.48%

CMYK

 C value IS 0.35

 M value IS 0.35

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#414164 (or 0x414164) is known color: Corn Flower Blue. HEX triplet: 41, 41 and 64. RGB value is (65,65,100). Sum of RGB (Red+Green+Blue) = 65+65+100=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 100 (39.45% from 255 or 43.48% from 230); Max value from RGB is 100 - color contains mainly: blue. Hex color #414164 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414164 is #BEBE9B. Grayscale: #444444. Windows color (decimal): -12500636 or 6570305. OLE color: 6570305.

HSL color Cylindrical-coordinate representation of color #414164: hue angle of 240º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #414164 is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 65 65 100 -
CMYK 0.35 0.35 0 0.61
HSL 240º 0.21% 0.32% -
HSV(B) 240º 0.35% 0.39% -
XYZ 6.37 5.82 12.85 -
YUV 68.99 145.5 125.15 -
System Red Green Blue C M Y K H S L
Decimal 65 65 100 0.35 0.35 0 0.61 240 0.21 0.32
Hex 41 41 64 23 23 0 3D F0 15 20
Octal 101 101 144 43 43 0 75 360 25 40
Binary 1000001 1000001 1100100 100011 100011 0 111101 11110000 10101 100000

Color Harmonies of #414164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414164

Black with #414164

Text Example


Text Example

White with #414164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414164; }

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

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

background-color css

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

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

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

border-color css

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

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

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