Html Css Color HEX #3D396E Corn Flower Blue

📋 copy color: '#3D396E'

red 61 ◦ green 57 ◦ blue 110

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

Shades of Corn Flower Blue #3D396E

Tints of Corn Flower Blue #3D396E

RGB

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

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

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

R = 26.75%
G = 25%
B = 48.25%

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

#3D396E (or 0x3D396E) is known color: Corn Flower Blue. HEX triplet: 3D, 39 and 6E. RGB value is (61,57,110). Sum of RGB (Red+Green+Blue) = 61+57+110=228 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.75% from 228); Green value is 57 (22.66% from 255 or 25% from 228); Blue value is 110 (43.36% from 255 or 48.25% from 228); Max value from RGB is 110 - color contains mainly: blue. Hex color #3D396E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D396E is #C2C691. Grayscale: #404040. Windows color (decimal): -12764818 or 7223613. OLE color: 7223613.

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

Color convert

RGB 61 57 110 -
CMYK 0.45 0.48 0 0.57
HSL 244.53º 0.32% 0.33% -
HSV(B) 244.53º 0.48% 0.43% -
XYZ 6.2 5.04 15.4 -
YUV 64.24 153.83 125.69 -
System Red Green Blue C M Y K H S L
Decimal 61 57 110 0.45 0.48 0 0.57 244.53 0.32 0.33
Hex 3D 39 6E 2D 30 0 39 F5 20 21
Octal 75 71 156 55 60 0 71 365 40 41
Binary 111101 111001 1101110 101101 110000 0 111001 11110101 100000 100001

Color Harmonies of #3D396E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D396E

Black with #3D396E

Text Example


Text Example

White with #3D396E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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