Html Css Color HEX #3F269C Blue Gem

📋 copy color: '#3F269C'

red 63 ◦ green 38 ◦ blue 156

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

Shades of Blue Gem #3F269C

Tints of Blue Gem #3F269C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 60.7%

R = 24.51%
G = 14.79%
B = 60.7%

CMYK

 C value IS 0.60

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3F269C (or 0x3F269C) is known color: Blue Gem. HEX triplet: 3F, 26 and 9C. RGB value is (63,38,156). Sum of RGB (Red+Green+Blue) = 63+38+156=257 (34% of max value = 765). Red value is 63 (25% from 255 or 24.51% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 156 (61.33% from 255 or 60.70% from 257); Max value from RGB is 156 - color contains mainly: blue. Hex color #3F269C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F269C is #C0D963. Grayscale: #3A3A3A. Windows color (decimal): -12638564 or 10233407. OLE color: 10233407.

HSL color Cylindrical-coordinate representation of color #3F269C: hue angle of 252.71º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F269C is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 63 38 156 -
CMYK 0.60 0.76 0 0.39
HSL 252.71º 0.61% 0.38% -
HSV(B) 252.71º 0.76% 0.61% -
XYZ 8.74 4.84 31.93 -
YUV 58.93 182.78 130.91 -
System Red Green Blue C M Y K H S L
Decimal 63 38 156 0.60 0.76 0 0.39 252.71 0.61 0.38
Hex 3F 26 9C 3C 4C 0 27 FD 3D 26
Octal 77 46 234 74 114 0 47 375 75 46
Binary 111111 100110 10011100 111100 1001100 0 100111 11111101 111101 100110

Color Harmonies of #3F269C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F269C

Black with #3F269C

Text Example


Text Example

White with #3F269C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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