Html Css Color HEX #3F268A Windsor

📋 copy color: '#3F268A'

red 63 ◦ green 38 ◦ blue 138

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

Shades of Windsor #3F268A

Tints of Windsor #3F268A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.9%

 BLUE value IS 138 (54.3% from 255) = 57.74%

R = 26.36%
G = 15.9%
B = 57.74%

CMYK

 C value IS 0.54

 M value IS 0.72

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3F268A (or 0x3F268A) is known color: Windsor. HEX triplet: 3F, 26 and 8A. RGB value is (63,38,138). Sum of RGB (Red+Green+Blue) = 63+38+138=239 (31% of max value = 765). Red value is 63 (25% from 255 or 26.36% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 138 (54.30% from 255 or 57.74% from 239); Max value from RGB is 138 - color contains mainly: blue. Hex color #3F268A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F268A is #C0D975. Grayscale: #383838. Windows color (decimal): -12638582 or 9053759. OLE color: 9053759.

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

Color convert

RGB 63 38 138 -
CMYK 0.54 0.72 0 0.46
HSL 255º 0.57% 0.35% -
HSV(B) 255º 0.72% 0.54% -
XYZ 7.33 4.28 24.48 -
YUV 56.88 173.78 132.37 -
System Red Green Blue C M Y K H S L
Decimal 63 38 138 0.54 0.72 0 0.46 255 0.57 0.35
Hex 3F 26 8A 36 48 0 2E FF 39 23
Octal 77 46 212 66 110 0 56 377 71 43
Binary 111111 100110 10001010 110110 1001000 0 101110 11111111 111001 100011

Color Harmonies of #3F268A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F268A

Black with #3F268A

Text Example


Text Example

White with #3F268A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,38,138); }

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

background-color css

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

 a { background-color: rgb(63,38,138); }

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

border-color css

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

 span { border-color: rgb(63,38,138); }

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