Html Css Color HEX #3D4172 Corn Flower Blue

📋 copy color: '#3D4172'

red 61 ◦ green 65 ◦ blue 114

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

Shades of Corn Flower Blue #3D4172

Tints of Corn Flower Blue #3D4172

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.08%

 BLUE value IS 114 (44.92% from 255) = 47.5%

R = 25.42%
G = 27.08%
B = 47.5%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3D4172 (or 0x3D4172) is known color: Corn Flower Blue. HEX triplet: 3D, 41 and 72. RGB value is (61,65,114). Sum of RGB (Red+Green+Blue) = 61+65+114=240 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.42% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 114 - color contains mainly: blue. Hex color #3D4172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4172 is #C2BE8D. Grayscale: #454545. Windows color (decimal): -12762766 or 7487805. OLE color: 7487805.

HSL color Cylindrical-coordinate representation of color #3D4172: hue angle of 235.47º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D4172 is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 61 65 114 -
CMYK 0.46 0.43 0 0.55
HSL 235.47º 0.3% 0.34% -
HSV(B) 235.47º 0.46% 0.45% -
XYZ 6.85 5.99 16.71 -
YUV 69.39 153.17 122.02 -
System Red Green Blue C M Y K H S L
Decimal 61 65 114 0.46 0.43 0 0.55 235.47 0.3 0.34
Hex 3D 41 72 2E 2B 0 37 EB 1E 22
Octal 75 101 162 56 53 0 67 353 36 42
Binary 111101 1000001 1110010 101110 101011 0 110111 11101011 11110 100010

Color Harmonies of #3D4172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4172

Black with #3D4172

Text Example


Text Example

White with #3D4172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,65,114); }

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

background-color css

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

 a { background-color: rgb(61,65,114); }

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

border-color css

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

 span { border-color: rgb(61,65,114); }

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