Html Css Color HEX #3D396F Corn Flower Blue

📋 copy color: '#3D396F'

red 61 ◦ green 57 ◦ blue 111

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

Shades of Corn Flower Blue #3D396F

Tints of Corn Flower Blue #3D396F

RGB

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

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

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

R = 26.64%
G = 24.89%
B = 48.47%

CMYK

 C value IS 0.45

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3D396F (or 0x3D396F) is known color: Corn Flower Blue. HEX triplet: 3D, 39 and 6F. RGB value is (61,57,111). Sum of RGB (Red+Green+Blue) = 61+57+111=229 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.64% from 229); Green value is 57 (22.66% from 255 or 24.89% from 229); Blue value is 111 (43.75% from 255 or 48.47% from 229); Max value from RGB is 111 - color contains mainly: blue. Hex color #3D396F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D396F is #C2C690. Grayscale: #404040. Windows color (decimal): -12764817 or 7289149. OLE color: 7289149.

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

Color convert

RGB 61 57 111 -
CMYK 0.45 0.49 0 0.56
HSL 244.44º 0.32% 0.33% -
HSV(B) 244.44º 0.49% 0.44% -
XYZ 6.26 5.07 15.69 -
YUV 64.35 154.33 125.61 -
System Red Green Blue C M Y K H S L
Decimal 61 57 111 0.45 0.49 0 0.56 244.44 0.32 0.33
Hex 3D 39 6F 2D 31 0 38 F4 20 21
Octal 75 71 157 55 61 0 70 364 40 41
Binary 111101 111001 1101111 101101 110001 0 111000 11110100 100000 100001

Color Harmonies of #3D396F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D396F

Black with #3D396F

Text Example


Text Example

White with #3D396F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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