Html Css Color HEX #3D4072 Corn Flower Blue

📋 copy color: '#3D4072'

red 61 ◦ green 64 ◦ blue 114

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

Shades of Corn Flower Blue #3D4072

Tints of Corn Flower Blue #3D4072

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.78%

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

R = 25.52%
G = 26.78%
B = 47.7%

CMYK

 C value IS 0.46

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3D4072 (or 0x3D4072) is known color: Corn Flower Blue. HEX triplet: 3D, 40 and 72. RGB value is (61,64,114). Sum of RGB (Red+Green+Blue) = 61+64+114=239 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.52% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 114 (44.92% from 255 or 47.70% from 239); Max value from RGB is 114 - color contains mainly: blue. Hex color #3D4072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4072 is #C2BF8D. Grayscale: #444444. Windows color (decimal): -12763022 or 7487549. OLE color: 7487549.

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

Color convert

RGB 61 64 114 -
CMYK 0.46 0.44 0 0.55
HSL 236.6º 0.3% 0.34% -
HSV(B) 236.6º 0.46% 0.45% -
XYZ 6.8 5.87 16.7 -
YUV 68.8 153.51 122.43 -
System Red Green Blue C M Y K H S L
Decimal 61 64 114 0.46 0.44 0 0.55 236.6 0.3 0.34
Hex 3D 40 72 2E 2C 0 37 ED 1E 22
Octal 75 100 162 56 54 0 67 355 36 42
Binary 111101 1000000 1110010 101110 101100 0 110111 11101101 11110 100010

Color Harmonies of #3D4072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4072

Black with #3D4072

Text Example


Text Example

White with #3D4072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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