Html Css Color HEX #3F3970 Corn Flower Blue

📋 copy color: '#3F3970'

red 63 ◦ green 57 ◦ blue 112

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

Shades of Corn Flower Blue #3F3970

Tints of Corn Flower Blue #3F3970

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.57%

 BLUE value IS 112 (44.14% from 255) = 48.28%

R = 27.16%
G = 24.57%
B = 48.28%

CMYK

 C value IS 0.44

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3F3970 (or 0x3F3970) is known color: Corn Flower Blue. HEX triplet: 3F, 39 and 70. RGB value is (63,57,112). Sum of RGB (Red+Green+Blue) = 63+57+112=232 (30% of max value = 765). Red value is 63 (25% from 255 or 27.16% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 112 - color contains mainly: blue. Hex color #3F3970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3970 is #C0C68F. Grayscale: #404040. Windows color (decimal): -12633744 or 7354687. OLE color: 7354687.

HSL color Cylindrical-coordinate representation of color #3F3970: hue angle of 246.55º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F3970 is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 63 57 112 -
CMYK 0.44 0.49 0 0.56
HSL 246.55º 0.33% 0.33% -
HSV(B) 246.55º 0.49% 0.44% -
XYZ 6.44 5.15 15.98 -
YUV 65.06 154.49 126.53 -
System Red Green Blue C M Y K H S L
Decimal 63 57 112 0.44 0.49 0 0.56 246.55 0.33 0.33
Hex 3F 39 70 2C 31 0 38 F7 21 21
Octal 77 71 160 54 61 0 70 367 41 41
Binary 111111 111001 1110000 101100 110001 0 111000 11110111 100001 100001

Color Harmonies of #3F3970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3970

Black with #3F3970

Text Example


Text Example

White with #3F3970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,57,112); }

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

background-color css

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

 a { background-color: rgb(63,57,112); }

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

border-color css

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

 span { border-color: rgb(63,57,112); }

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