Html Css Color HEX #3C3F6D Corn Flower Blue

📋 copy color: '#3C3F6D'

red 60 ◦ green 63 ◦ blue 109

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

Shades of Corn Flower Blue #3C3F6D

Tints of Corn Flower Blue #3C3F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 46.98%

R = 25.86%
G = 27.16%
B = 46.98%

CMYK

 C value IS 0.45

 M value IS 0.42

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3C3F6D (or 0x3C3F6D) is known color: Corn Flower Blue. HEX triplet: 3C, 3F and 6D. RGB value is (60,63,109). Sum of RGB (Red+Green+Blue) = 60+63+109=232 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.86% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 109 (42.97% from 255 or 46.98% from 232); Max value from RGB is 109 - color contains mainly: blue. Hex color #3C3F6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3F6D is #C3C092. Grayscale: #434343. Windows color (decimal): -12828819 or 7159612. OLE color: 7159612.

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

Color convert

RGB 60 63 109 -
CMYK 0.45 0.42 0 0.57
HSL 236.33º 0.29% 0.33% -
HSV(B) 236.33º 0.45% 0.43% -
XYZ 6.4 5.62 15.22 -
YUV 67.35 151.51 122.76 -
System Red Green Blue C M Y K H S L
Decimal 60 63 109 0.45 0.42 0 0.57 236.33 0.29 0.33
Hex 3C 3F 6D 2D 2A 0 39 EC 1D 21
Octal 74 77 155 55 52 0 71 354 35 41
Binary 111100 111111 1101101 101101 101010 0 111001 11101100 11101 100001

Color Harmonies of #3C3F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3F6D

Black with #3C3F6D

Text Example


Text Example

White with #3C3F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,63,109); }

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

background-color css

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

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

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

border-color css

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

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

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