Html Css Color HEX #3F23AA Blue Gem

📋 copy color: '#3F23AA'

red 63 ◦ green 35 ◦ blue 170

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

Shades of Blue Gem #3F23AA

Tints of Blue Gem #3F23AA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.06%

 BLUE value IS 170 (66.8% from 255) = 63.43%

R = 23.51%
G = 13.06%
B = 63.43%

CMYK

 C value IS 0.63

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F23AA (or 0x3F23AA) is known color: Blue Gem. HEX triplet: 3F, 23 and AA. RGB value is (63,35,170). Sum of RGB (Red+Green+Blue) = 63+35+170=268 (35% of max value = 765). Red value is 63 (25% from 255 or 23.51% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 170 (66.80% from 255 or 63.43% from 268); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F23AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F23AA is #C0DC55. Grayscale: #3A3A3A. Windows color (decimal): -12639318 or 11150143. OLE color: 11150143.

HSL color Cylindrical-coordinate representation of color #3F23AA: hue angle of 252.44º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F23AA is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 63 35 170 -
CMYK 0.63 0.79 0 0.33
HSL 252.44º 0.66% 0.4% -
HSV(B) 252.44º 0.79% 0.67% -
XYZ 9.91 5.16 38.5 -
YUV 58.76 190.78 131.02 -
System Red Green Blue C M Y K H S L
Decimal 63 35 170 0.63 0.79 0 0.33 252.44 0.66 0.4
Hex 3F 23 AA 3F 4F 0 21 FC 42 28
Octal 77 43 252 77 117 0 41 374 102 50
Binary 111111 100011 10101010 111111 1001111 0 100001 11111100 1000010 101000

Color Harmonies of #3F23AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F23AA

Black with #3F23AA

Text Example


Text Example

White with #3F23AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,35,170); }

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

background-color css

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

 a { background-color: rgb(63,35,170); }

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

border-color css

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

 span { border-color: rgb(63,35,170); }

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