Html Css Color HEX #3F396F Corn Flower Blue

📋 copy color: '#3F396F'

red 63 ◦ green 57 ◦ blue 111

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

Shades of Corn Flower Blue #3F396F

Tints of Corn Flower Blue #3F396F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 48.05%

R = 27.27%
G = 24.68%
B = 48.05%

CMYK

 C value IS 0.43

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3F396F (or 0x3F396F) is known color: Corn Flower Blue. HEX triplet: 3F, 39 and 6F. RGB value is (63,57,111). Sum of RGB (Red+Green+Blue) = 63+57+111=231 (30% of max value = 765). Red value is 63 (25% from 255 or 27.27% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 111 (43.75% from 255 or 48.05% from 231); Max value from RGB is 111 - color contains mainly: blue. Hex color #3F396F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F396F is #C0C690. Grayscale: #404040. Windows color (decimal): -12633745 or 7289151. OLE color: 7289151.

HSL color Cylindrical-coordinate representation of color #3F396F: hue angle of 246.67º degrees, saturation: 0.32, 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 #3F396F is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 63 57 111 -
CMYK 0.43 0.49 0 0.56
HSL 246.67º 0.32% 0.33% -
HSV(B) 246.67º 0.49% 0.44% -
XYZ 6.38 5.13 15.69 -
YUV 64.95 153.99 126.61 -
System Red Green Blue C M Y K H S L
Decimal 63 57 111 0.43 0.49 0 0.56 246.67 0.32 0.33
Hex 3F 39 6F 2B 31 0 38 F7 20 21
Octal 77 71 157 53 61 0 70 367 40 41
Binary 111111 111001 1101111 101011 110001 0 111000 11110111 100000 100001

Color Harmonies of #3F396F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F396F

Black with #3F396F

Text Example


Text Example

White with #3F396F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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