Html Css Color HEX #3F4174 Corn Flower Blue

📋 copy color: '#3F4174'

red 63 ◦ green 65 ◦ blue 116

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

Shades of Corn Flower Blue #3F4174

Tints of Corn Flower Blue #3F4174

RGB

 RED value IS 63 (25% from 255) = 25.82%

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

 BLUE value IS 116 (45.7% from 255) = 47.54%

R = 25.82%
G = 26.64%
B = 47.54%

CMYK

 C value IS 0.46

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3F4174 (or 0x3F4174) is known color: Corn Flower Blue. HEX triplet: 3F, 41 and 74. RGB value is (63,65,116). Sum of RGB (Red+Green+Blue) = 63+65+116=244 (32% of max value = 765). Red value is 63 (25% from 255 or 25.82% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 116 (45.70% from 255 or 47.54% from 244); Max value from RGB is 116 - color contains mainly: blue. Hex color #3F4174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4174 is #C0BE8B. Grayscale: #464646. Windows color (decimal): -12631692 or 7618879. OLE color: 7618879.

HSL color Cylindrical-coordinate representation of color #3F4174: hue angle of 237.74º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F4174 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 65 116 -
CMYK 0.46 0.44 0 0.55
HSL 237.74º 0.3% 0.35% -
HSV(B) 237.74º 0.46% 0.45% -
XYZ 7.09 6.1 17.33 -
YUV 70.22 153.84 122.85 -
System Red Green Blue C M Y K H S L
Decimal 63 65 116 0.46 0.44 0 0.55 237.74 0.3 0.35
Hex 3F 41 74 2E 2C 0 37 EE 1E 23
Octal 77 101 164 56 54 0 67 356 36 43
Binary 111111 1000001 1110100 101110 101100 0 110111 11101110 11110 100011

Color Harmonies of #3F4174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4174

Black with #3F4174

Text Example


Text Example

White with #3F4174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F4174; }

 p { color: rgb(63,65,116); }

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

background-color css

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

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

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

border-color css

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

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

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