Html Css Color HEX #414261 Corn Flower Blue

📋 copy color: '#414261'

red 65 ◦ green 66 ◦ blue 97

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

Shades of Corn Flower Blue #414261

Tints of Corn Flower Blue #414261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.95%

 BLUE value IS 97 (38.28% from 255) = 42.54%

R = 28.51%
G = 28.95%
B = 42.54%

CMYK

 C value IS 0.33

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#414261 (or 0x414261) is known color: Corn Flower Blue. HEX triplet: 41, 42 and 61. RGB value is (65,66,97). Sum of RGB (Red+Green+Blue) = 65+66+97=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 97 - color contains mainly: blue. Hex color #414261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414261 is #BEBD9E. Grayscale: #454545. Windows color (decimal): -12500383 or 6373953. OLE color: 6373953.

HSL color Cylindrical-coordinate representation of color #414261: hue angle of 238.12º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #414261 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 66 97 -
CMYK 0.33 0.32 0 0.62
HSL 238.13º 0.2% 0.32% -
HSV(B) 238.13º 0.33% 0.38% -
XYZ 6.29 5.88 12.11 -
YUV 69.24 143.67 124.98 -
System Red Green Blue C M Y K H S L
Decimal 65 66 97 0.33 0.32 0 0.62 238.13 0.2 0.32
Hex 41 42 61 21 20 0 3E EE 14 20
Octal 101 102 141 41 40 0 76 356 24 40
Binary 1000001 1000010 1100001 100001 100000 0 111110 11101110 10100 100000

Color Harmonies of #414261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414261

Black with #414261

Text Example


Text Example

White with #414261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414261; }

 p { color: rgb(65,66,97); }

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

background-color css

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

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

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

border-color css

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

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

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