Html Css Color HEX #414267 Corn Flower Blue

📋 copy color: '#414267'

red 65 ◦ green 66 ◦ blue 103

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

Shades of Corn Flower Blue #414267

Tints of Corn Flower Blue #414267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 44.02%

R = 27.78%
G = 28.21%
B = 44.02%

CMYK

 C value IS 0.37

 M value IS 0.36

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#414267 (or 0x414267) is known color: Corn Flower Blue. HEX triplet: 41, 42 and 67. RGB value is (65,66,103). Sum of RGB (Red+Green+Blue) = 65+66+103=234 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.78% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 103 (40.62% from 255 or 44.02% from 234); Max value from RGB is 103 - color contains mainly: blue. Hex color #414267 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414267 is #BEBD98. Grayscale: #454545. Windows color (decimal): -12500377 or 6767169. OLE color: 6767169.

HSL color Cylindrical-coordinate representation of color #414267: hue angle of 238.42º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #414267 is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 65 66 103 -
CMYK 0.37 0.36 0 0.60
HSL 238.42º 0.23% 0.33% -
HSV(B) 238.42º 0.37% 0.4% -
XYZ 6.58 6 13.64 -
YUV 69.92 146.67 124.49 -
System Red Green Blue C M Y K H S L
Decimal 65 66 103 0.37 0.36 0 0.60 238.42 0.23 0.33
Hex 41 42 67 25 24 0 3C EE 17 21
Octal 101 102 147 45 44 0 74 356 27 41
Binary 1000001 1000010 1100111 100101 100100 0 111100 11101110 10111 100001

Color Harmonies of #414267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414267

Black with #414267

Text Example


Text Example

White with #414267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414267; }

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

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

background-color css

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

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

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

border-color css

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

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

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