Html Css Color HEX #3F4175 Corn Flower Blue

📋 copy color: '#3F4175'

red 63 ◦ green 65 ◦ blue 117

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

Shades of Corn Flower Blue #3F4175

Tints of Corn Flower Blue #3F4175

RGB

 RED value IS 63 (25% from 255) = 25.71%

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

 BLUE value IS 117 (46.09% from 255) = 47.76%

R = 25.71%
G = 26.53%
B = 47.76%

CMYK

 C value IS 0.46

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3F4175 (or 0x3F4175) is known color: Corn Flower Blue. HEX triplet: 3F, 41 and 75. RGB value is (63,65,117). Sum of RGB (Red+Green+Blue) = 63+65+117=245 (32% of max value = 765). Red value is 63 (25% from 255 or 25.71% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #3F4175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4175 is #C0BE8A. Grayscale: #464646. Windows color (decimal): -12631691 or 7684415. OLE color: 7684415.

HSL color Cylindrical-coordinate representation of color #3F4175: hue angle of 237.78º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F4175 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 63 65 117 -
CMYK 0.46 0.44 0 0.54
HSL 237.78º 0.3% 0.35% -
HSV(B) 237.78º 0.46% 0.46% -
XYZ 7.15 6.12 17.63 -
YUV 70.33 154.34 122.77 -
System Red Green Blue C M Y K H S L
Decimal 63 65 117 0.46 0.44 0 0.54 237.78 0.3 0.35
Hex 3F 41 75 2E 2C 0 36 EE 1E 23
Octal 77 101 165 56 54 0 66 356 36 43
Binary 111111 1000001 1110101 101110 101100 0 110110 11101110 11110 100011

Color Harmonies of #3F4175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4175

Black with #3F4175

Text Example


Text Example

White with #3F4175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,65,117); }

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

background-color css

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

 a { background-color: rgb(63,65,117); }

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

border-color css

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

 span { border-color: rgb(63,65,117); }

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