Html Css Color HEX #3F3F60 Corn Flower Blue

📋 copy color: '#3F3F60'

red 63 ◦ green 63 ◦ blue 96

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

Shades of Corn Flower Blue #3F3F60

Tints of Corn Flower Blue #3F3F60

RGB

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

 GREEN value IS 63 (25% from 255) = 28.38%

 BLUE value IS 96 (37.89% from 255) = 43.24%

R = 28.38%
G = 28.38%
B = 43.24%

CMYK

 C value IS 0.34

 M value IS 0.34

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3F3F60 (or 0x3F3F60) is known color: Corn Flower Blue. HEX triplet: 3F, 3F and 60. RGB value is (63,63,96). Sum of RGB (Red+Green+Blue) = 63+63+96=222 (29% of max value = 765). Red value is 63 (25% from 255 or 28.38% from 222); Green value is 63 (25% from 255 or 28.38% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 96 - color contains mainly: blue. Hex color #3F3F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3F60 is #C0C09F. Grayscale: #424242. Windows color (decimal): -12632224 or 6307647. OLE color: 6307647.

HSL color Cylindrical-coordinate representation of color #3F3F60: hue angle of 240º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3F3F60 is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 63 63 96 -
CMYK 0.34 0.34 0 0.62
HSL 240º 0.21% 0.31% -
HSV(B) 240º 0.34% 0.38% -
XYZ 5.94 5.46 11.81 -
YUV 66.76 144.5 125.32 -
System Red Green Blue C M Y K H S L
Decimal 63 63 96 0.34 0.34 0 0.62 240 0.21 0.31
Hex 3F 3F 60 22 22 0 3E F0 15 1F
Octal 77 77 140 42 42 0 76 360 25 37
Binary 111111 111111 1100000 100010 100010 0 111110 11110000 10101 11111

Color Harmonies of #3F3F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3F60

Black with #3F3F60

Text Example


Text Example

White with #3F3F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,63,96); }

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

background-color css

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

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

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

border-color css

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

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

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