Html Css Color HEX #3C386F Corn Flower Blue

📋 copy color: '#3C386F'

red 60 ◦ green 56 ◦ blue 111

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

Shades of Corn Flower Blue #3C386F

Tints of Corn Flower Blue #3C386F

RGB

 RED value IS 60 (23.83% from 255) = 26.43%

 GREEN value IS 56 (22.27% from 255) = 24.67%

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

R = 26.43%
G = 24.67%
B = 48.9%

CMYK

 C value IS 0.46

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3C386F (or 0x3C386F) is known color: Corn Flower Blue. HEX triplet: 3C, 38 and 6F. RGB value is (60,56,111). Sum of RGB (Red+Green+Blue) = 60+56+111=227 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.43% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 111 (43.75% from 255 or 48.90% from 227); Max value from RGB is 111 - color contains mainly: blue. Hex color #3C386F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C386F is #C3C790. Grayscale: #3F3F3F. Windows color (decimal): -12830609 or 7288892. OLE color: 7288892.

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

Color convert

RGB 60 56 111 -
CMYK 0.46 0.50 0 0.56
HSL 244.36º 0.33% 0.33% -
HSV(B) 244.36º 0.5% 0.44% -
XYZ 6.15 4.94 15.67 -
YUV 63.47 154.83 125.53 -
System Red Green Blue C M Y K H S L
Decimal 60 56 111 0.46 0.50 0 0.56 244.36 0.33 0.33
Hex 3C 38 6F 2E 32 0 38 F4 21 21
Octal 74 70 157 56 62 0 70 364 41 41
Binary 111100 111000 1101111 101110 110010 0 111000 11110100 100001 100001

Color Harmonies of #3C386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C386F

Black with #3C386F

Text Example


Text Example

White with #3C386F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,56,111); }

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

background-color css

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

 a { background-color: rgb(60,56,111); }

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

border-color css

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

 span { border-color: rgb(60,56,111); }

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