Html Css Color HEX #414265 Corn Flower Blue

📋 copy color: '#414265'

red 65 ◦ green 66 ◦ blue 101

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

Shades of Corn Flower Blue #414265

Tints of Corn Flower Blue #414265

RGB

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

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

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

R = 28.02%
G = 28.45%
B = 43.53%

CMYK

 C value IS 0.36

 M value IS 0.35

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#414265 (or 0x414265) is known color: Corn Flower Blue. HEX triplet: 41, 42 and 65. RGB value is (65,66,101). Sum of RGB (Red+Green+Blue) = 65+66+101=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 101 - color contains mainly: blue. Hex color #414265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414265 is #BEBD9A. Grayscale: #454545. Windows color (decimal): -12500379 or 6636097. OLE color: 6636097.

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

Color convert

RGB 65 66 101 -
CMYK 0.36 0.35 0 0.60
HSL 238.33º 0.22% 0.33% -
HSV(B) 238.33º 0.36% 0.4% -
XYZ 6.48 5.96 13.12 -
YUV 69.69 145.67 124.65 -
System Red Green Blue C M Y K H S L
Decimal 65 66 101 0.36 0.35 0 0.60 238.33 0.22 0.33
Hex 41 42 65 24 23 0 3C EE 16 21
Octal 101 102 145 44 43 0 74 356 26 41
Binary 1000001 1000010 1100101 100100 100011 0 111100 11101110 10110 100001

Color Harmonies of #414265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414265

Black with #414265

Text Example


Text Example

White with #414265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414265; }

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

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

background-color css

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

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

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

border-color css

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

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

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