Html Css Color HEX #3C3E65 Corn Flower Blue

📋 copy color: '#3C3E65'

red 60 ◦ green 62 ◦ blue 101

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

Shades of Corn Flower Blue #3C3E65

Tints of Corn Flower Blue #3C3E65

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.8%

 BLUE value IS 101 (39.84% from 255) = 45.29%

R = 26.91%
G = 27.8%
B = 45.29%

CMYK

 C value IS 0.41

 M value IS 0.39

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#3C3E65 (or 0x3C3E65) is known color: Corn Flower Blue. HEX triplet: 3C, 3E and 65. RGB value is (60,62,101). Sum of RGB (Red+Green+Blue) = 60+62+101=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 62 (24.61% from 255 or 27.80% from 223); Blue value is 101 (39.84% from 255 or 45.29% from 223); Max value from RGB is 101 - color contains mainly: blue. Hex color #3C3E65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3E65 is #C3C19A. Grayscale: #414141. Windows color (decimal): -12829083 or 6635068. OLE color: 6635068.

HSL color Cylindrical-coordinate representation of color #3C3E65: hue angle of 237.07º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3C3E65 is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 60 62 101 -
CMYK 0.41 0.39 0 0.60
HSL 237.07º 0.25% 0.32% -
HSV(B) 237.07º 0.41% 0.4% -
XYZ 5.94 5.35 13.03 -
YUV 65.85 147.84 123.83 -
System Red Green Blue C M Y K H S L
Decimal 60 62 101 0.41 0.39 0 0.60 237.07 0.25 0.32
Hex 3C 3E 65 29 27 0 3C ED 19 20
Octal 74 76 145 51 47 0 74 355 31 40
Binary 111100 111110 1100101 101001 100111 0 111100 11101101 11001 100000

Color Harmonies of #3C3E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3E65

Black with #3C3E65

Text Example


Text Example

White with #3C3E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,62,101); }

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

background-color css

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

 a { background-color: rgb(60,62,101); }

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

border-color css

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

 span { border-color: rgb(60,62,101); }

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