Html Css Color HEX #3F4172 Corn Flower Blue

📋 copy color: '#3F4172'

red 63 ◦ green 65 ◦ blue 114

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

Shades of Corn Flower Blue #3F4172

Tints of Corn Flower Blue #3F4172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 47.11%

R = 26.03%
G = 26.86%
B = 47.11%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3F4172 (or 0x3F4172) is known color: Corn Flower Blue. HEX triplet: 3F, 41 and 72. RGB value is (63,65,114). Sum of RGB (Red+Green+Blue) = 63+65+114=242 (32% of max value = 765). Red value is 63 (25% from 255 or 26.03% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 114 (44.92% from 255 or 47.11% from 242); Max value from RGB is 114 - color contains mainly: blue. Hex color #3F4172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4172 is #C0BE8D. Grayscale: #454545. Windows color (decimal): -12631694 or 7487807. OLE color: 7487807.

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

Color convert

RGB 63 65 114 -
CMYK 0.45 0.43 0 0.55
HSL 237.65º 0.29% 0.35% -
HSV(B) 237.65º 0.45% 0.45% -
XYZ 6.98 6.05 16.72 -
YUV 69.99 152.84 123.02 -
System Red Green Blue C M Y K H S L
Decimal 63 65 114 0.45 0.43 0 0.55 237.65 0.29 0.35
Hex 3F 41 72 2D 2B 0 37 EE 1D 23
Octal 77 101 162 55 53 0 67 356 35 43
Binary 111111 1000001 1110010 101101 101011 0 110111 11101110 11101 100011

Color Harmonies of #3F4172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4172

Black with #3F4172

Text Example


Text Example

White with #3F4172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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