Html Css Color HEX #3C3B6F Corn Flower Blue

📋 copy color: '#3C3B6F'

red 60 ◦ green 59 ◦ blue 111

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

Shades of Corn Flower Blue #3C3B6F

Tints of Corn Flower Blue #3C3B6F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.65%

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

R = 26.09%
G = 25.65%
B = 48.26%

CMYK

 C value IS 0.46

 M value IS 0.47

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3C3B6F (or 0x3C3B6F) is known color: Corn Flower Blue. HEX triplet: 3C, 3B and 6F. RGB value is (60,59,111). Sum of RGB (Red+Green+Blue) = 60+59+111=230 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.09% from 230); Green value is 59 (23.44% from 255 or 25.65% from 230); Blue value is 111 (43.75% from 255 or 48.26% from 230); Max value from RGB is 111 - color contains mainly: blue. Hex color #3C3B6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3B6F is #C3C490. Grayscale: #414141. Windows color (decimal): -12829841 or 7289660. OLE color: 7289660.

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

Color convert

RGB 60 59 111 -
CMYK 0.46 0.47 0 0.56
HSL 241.15º 0.31% 0.33% -
HSV(B) 241.15º 0.47% 0.44% -
XYZ 6.3 5.24 15.72 -
YUV 65.23 153.83 124.27 -
System Red Green Blue C M Y K H S L
Decimal 60 59 111 0.46 0.47 0 0.56 241.15 0.31 0.33
Hex 3C 3B 6F 2E 2F 0 38 F1 1F 21
Octal 74 73 157 56 57 0 70 361 37 41
Binary 111100 111011 1101111 101110 101111 0 111000 11110001 11111 100001

Color Harmonies of #3C3B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3B6F

Black with #3C3B6F

Text Example


Text Example

White with #3C3B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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