Html Css Color HEX #414362 Corn Flower Blue

📋 copy color: '#414362'

red 65 ◦ green 67 ◦ blue 98

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

Shades of Corn Flower Blue #414362

Tints of Corn Flower Blue #414362

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.13%

 BLUE value IS 98 (38.67% from 255) = 42.61%

R = 28.26%
G = 29.13%
B = 42.61%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#414362 (or 0x414362) is known color: Corn Flower Blue. HEX triplet: 41, 43 and 62. RGB value is (65,67,98). Sum of RGB (Red+Green+Blue) = 65+67+98=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 98 (38.67% from 255 or 42.61% from 230); Max value from RGB is 98 - color contains mainly: blue. Hex color #414362 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414362 is #BEBC9D. Grayscale: #454545. Windows color (decimal): -12500126 or 6439745. OLE color: 6439745.

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

Color convert

RGB 65 67 98 -
CMYK 0.34 0.32 0 0.62
HSL 236.36º 0.2% 0.32% -
HSV(B) 236.36º 0.34% 0.38% -
XYZ 6.39 6.02 12.38 -
YUV 69.94 143.84 124.48 -
System Red Green Blue C M Y K H S L
Decimal 65 67 98 0.34 0.32 0 0.62 236.36 0.2 0.32
Hex 41 43 62 22 20 0 3E EC 14 20
Octal 101 103 142 42 40 0 76 354 24 40
Binary 1000001 1000011 1100010 100010 100000 0 111110 11101100 10100 100000

Color Harmonies of #414362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414362

Black with #414362

Text Example


Text Example

White with #414362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414362; }

 p { color: rgb(65,67,98); }

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

background-color css

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

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

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

border-color css

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

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

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