Html Css Color HEX #3F4074 Corn Flower Blue

📋 copy color: '#3F4074'

red 63 ◦ green 64 ◦ blue 116

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

Shades of Corn Flower Blue #3F4074

Tints of Corn Flower Blue #3F4074

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.34%

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

R = 25.93%
G = 26.34%
B = 47.74%

CMYK

 C value IS 0.46

 M value IS 0.45

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3F4074 (or 0x3F4074) is known color: Corn Flower Blue. HEX triplet: 3F, 40 and 74. RGB value is (63,64,116). Sum of RGB (Red+Green+Blue) = 63+64+116=243 (32% of max value = 765). Red value is 63 (25% from 255 or 25.93% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 116 (45.70% from 255 or 47.74% from 243); Max value from RGB is 116 - color contains mainly: blue. Hex color #3F4074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4074 is #C0BF8B. Grayscale: #454545. Windows color (decimal): -12631948 or 7618623. OLE color: 7618623.

HSL color Cylindrical-coordinate representation of color #3F4074: hue angle of 238.87º 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 #3F4074 is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 64 116 -
CMYK 0.46 0.45 0 0.55
HSL 238.87º 0.3% 0.35% -
HSV(B) 238.87º 0.46% 0.45% -
XYZ 7.04 5.98 17.31 -
YUV 69.63 154.17 123.27 -
System Red Green Blue C M Y K H S L
Decimal 63 64 116 0.46 0.45 0 0.55 238.87 0.3 0.35
Hex 3F 40 74 2E 2D 0 37 EF 1E 23
Octal 77 100 164 56 55 0 67 357 36 43
Binary 111111 1000000 1110100 101110 101101 0 110111 11101111 11110 100011

Color Harmonies of #3F4074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4074

Black with #3F4074

Text Example


Text Example

White with #3F4074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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