Html Css Color HEX #3C396E Corn Flower Blue

📋 copy color: '#3C396E'

red 60 ◦ green 57 ◦ blue 110

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

Shades of Corn Flower Blue #3C396E

Tints of Corn Flower Blue #3C396E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 48.46%

R = 26.43%
G = 25.11%
B = 48.46%

CMYK

 C value IS 0.45

 M value IS 0.48

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3C396E (or 0x3C396E) is known color: Corn Flower Blue. HEX triplet: 3C, 39 and 6E. RGB value is (60,57,110). Sum of RGB (Red+Green+Blue) = 60+57+110=227 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.43% from 227); Green value is 57 (22.66% from 255 or 25.11% from 227); Blue value is 110 (43.36% from 255 or 48.46% from 227); Max value from RGB is 110 - color contains mainly: blue. Hex color #3C396E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C396E is #C3C691. Grayscale: #3F3F3F. Windows color (decimal): -12830354 or 7223612. OLE color: 7223612.

HSL color Cylindrical-coordinate representation of color #3C396E: hue angle of 243.4º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C396E is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 60 57 110 -
CMYK 0.45 0.48 0 0.57
HSL 243.4º 0.32% 0.33% -
HSV(B) 243.4º 0.48% 0.43% -
XYZ 6.14 5.01 15.4 -
YUV 63.94 153.99 125.19 -
System Red Green Blue C M Y K H S L
Decimal 60 57 110 0.45 0.48 0 0.57 243.4 0.32 0.33
Hex 3C 39 6E 2D 30 0 39 F3 20 21
Octal 74 71 156 55 60 0 71 363 40 41
Binary 111100 111001 1101110 101101 110000 0 111001 11110011 100000 100001

Color Harmonies of #3C396E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C396E

Black with #3C396E

Text Example


Text Example

White with #3C396E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,57,110); }

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

background-color css

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

 a { background-color: rgb(60,57,110); }

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

border-color css

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

 span { border-color: rgb(60,57,110); }

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