Html Css Color HEX #3F3D68 Corn Flower Blue

📋 copy color: '#3F3D68'

red 63 ◦ green 61 ◦ blue 104

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

Shades of Corn Flower Blue #3F3D68

Tints of Corn Flower Blue #3F3D68

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.75%

 BLUE value IS 104 (41.02% from 255) = 45.61%

R = 27.63%
G = 26.75%
B = 45.61%

CMYK

 C value IS 0.39

 M value IS 0.41

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#3F3D68 (or 0x3F3D68) is known color: Corn Flower Blue. HEX triplet: 3F, 3D and 68. RGB value is (63,61,104). Sum of RGB (Red+Green+Blue) = 63+61+104=228 (30% of max value = 765). Red value is 63 (25% from 255 or 27.63% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 104 (41.02% from 255 or 45.61% from 228); Max value from RGB is 104 - color contains mainly: blue. Hex color #3F3D68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3D68 is #C0C297. Grayscale: #424242. Windows color (decimal): -12632728 or 6831423. OLE color: 6831423.

HSL color Cylindrical-coordinate representation of color #3F3D68: hue angle of 242.79º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F3D68 is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 63 61 104 -
CMYK 0.39 0.41 0 0.59
HSL 242.79º 0.26% 0.32% -
HSV(B) 242.79º 0.41% 0.41% -
XYZ 6.22 5.39 13.81 -
YUV 66.5 149.16 125.5 -
System Red Green Blue C M Y K H S L
Decimal 63 61 104 0.39 0.41 0 0.59 242.79 0.26 0.32
Hex 3F 3D 68 27 29 0 3B F3 1A 20
Octal 77 75 150 47 51 0 73 363 32 40
Binary 111111 111101 1101000 100111 101001 0 111011 11110011 11010 100000

Color Harmonies of #3F3D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3D68

Black with #3F3D68

Text Example


Text Example

White with #3F3D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,61,104); }

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

background-color css

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

 a { background-color: rgb(63,61,104); }

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

border-color css

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

 span { border-color: rgb(63,61,104); }

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