Html Css Color HEX #3F4168 Corn Flower Blue

📋 copy color: '#3F4168'

red 63 ◦ green 65 ◦ blue 104

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

Shades of Corn Flower Blue #3F4168

Tints of Corn Flower Blue #3F4168

RGB

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

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

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

R = 27.16%
G = 28.02%
B = 44.83%

CMYK

 C value IS 0.39

 M value IS 0.38

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#3F4168 (or 0x3F4168) is known color: Corn Flower Blue. HEX triplet: 3F, 41 and 68. RGB value is (63,65,104). Sum of RGB (Red+Green+Blue) = 63+65+104=232 (30% of max value = 765). Red value is 63 (25% from 255 or 27.16% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 104 - color contains mainly: blue. Hex color #3F4168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4168 is #C0BE97. Grayscale: #444444. Windows color (decimal): -12631704 or 6832447. OLE color: 6832447.

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

Color convert

RGB 63 65 104 -
CMYK 0.39 0.38 0 0.59
HSL 237.07º 0.25% 0.33% -
HSV(B) 237.07º 0.39% 0.41% -
XYZ 6.44 5.84 13.88 -
YUV 68.85 147.84 123.83 -
System Red Green Blue C M Y K H S L
Decimal 63 65 104 0.39 0.38 0 0.59 237.07 0.25 0.33
Hex 3F 41 68 27 26 0 3B ED 19 21
Octal 77 101 150 47 46 0 73 355 31 41
Binary 111111 1000001 1101000 100111 100110 0 111011 11101101 11001 100001

Color Harmonies of #3F4168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4168

Black with #3F4168

Text Example


Text Example

White with #3F4168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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