Html Css Color HEX #3F4475 Corn Flower Blue

📋 copy color: '#3F4475'

red 63 ◦ green 68 ◦ blue 117

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

Shades of Corn Flower Blue #3F4475

Tints of Corn Flower Blue #3F4475

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.42%

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

R = 25.4%
G = 27.42%
B = 47.18%

CMYK

 C value IS 0.46

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3F4475 (or 0x3F4475) is known color: Corn Flower Blue. HEX triplet: 3F, 44 and 75. RGB value is (63,68,117). Sum of RGB (Red+Green+Blue) = 63+68+117=248 (32% of max value = 765). Red value is 63 (25% from 255 or 25.40% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 117 (46.09% from 255 or 47.18% from 248); Max value from RGB is 117 - color contains mainly: blue. Hex color #3F4475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4475 is #C0BB8A. Grayscale: #474747. Windows color (decimal): -12630923 or 7685183. OLE color: 7685183.

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

Color convert

RGB 63 68 117 -
CMYK 0.46 0.42 0 0.54
HSL 234.44º 0.3% 0.35% -
HSV(B) 234.44º 0.46% 0.46% -
XYZ 7.33 6.48 17.69 -
YUV 72.09 153.34 121.52 -
System Red Green Blue C M Y K H S L
Decimal 63 68 117 0.46 0.42 0 0.54 234.44 0.3 0.35
Hex 3F 44 75 2E 2A 0 36 EA 1E 23
Octal 77 104 165 56 52 0 66 352 36 43
Binary 111111 1000100 1110101 101110 101010 0 110110 11101010 11110 100011

Color Harmonies of #3F4475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4475

Black with #3F4475

Text Example


Text Example

White with #3F4475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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