Html Css Color HEX #3D3C6D Corn Flower Blue

📋 copy color: '#3D3C6D'

red 61 ◦ green 60 ◦ blue 109

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

Shades of Corn Flower Blue #3D3C6D

Tints of Corn Flower Blue #3D3C6D

RGB

 RED value IS 61 (24.22% from 255) = 26.52%

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

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

R = 26.52%
G = 26.09%
B = 47.39%

CMYK

 C value IS 0.44

 M value IS 0.45

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3D3C6D (or 0x3D3C6D) is known color: Corn Flower Blue. HEX triplet: 3D, 3C and 6D. RGB value is (61,60,109). Sum of RGB (Red+Green+Blue) = 61+60+109=230 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.52% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 109 (42.97% from 255 or 47.39% from 230); Max value from RGB is 109 - color contains mainly: blue. Hex color #3D3C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3C6D is #C2C392. Grayscale: #414141. Windows color (decimal): -12764051 or 7158845. OLE color: 7158845.

HSL color Cylindrical-coordinate representation of color #3D3C6D: hue angle of 241.22º 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 #3D3C6D is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 61 60 109 -
CMYK 0.44 0.45 0 0.57
HSL 241.22º 0.29% 0.33% -
HSV(B) 241.22º 0.45% 0.43% -
XYZ 6.3 5.33 15.16 -
YUV 65.89 152.33 124.52 -
System Red Green Blue C M Y K H S L
Decimal 61 60 109 0.44 0.45 0 0.57 241.22 0.29 0.33
Hex 3D 3C 6D 2C 2D 0 39 F1 1D 21
Octal 75 74 155 54 55 0 71 361 35 41
Binary 111101 111100 1101101 101100 101101 0 111001 11110001 11101 100001

Color Harmonies of #3D3C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3C6D

Black with #3D3C6D

Text Example


Text Example

White with #3D3C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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