Html Css Color HEX #3A269E Blue Gem

📋 copy color: '#3A269E'

red 58 ◦ green 38 ◦ blue 158

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

Shades of Blue Gem #3A269E

Tints of Blue Gem #3A269E

RGB

 RED value IS 58 (23.05% from 255) = 22.83%

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

 BLUE value IS 158 (62.11% from 255) = 62.2%

R = 22.83%
G = 14.96%
B = 62.2%

CMYK

 C value IS 0.63

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3A269E (or 0x3A269E) is known color: Blue Gem. HEX triplet: 3A, 26 and 9E. RGB value is (58,38,158). Sum of RGB (Red+Green+Blue) = 58+38+158=254 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.83% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 158 (62.11% from 255 or 62.20% from 254); Max value from RGB is 158 - color contains mainly: blue. Hex color #3A269E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A269E is #C5D961. Grayscale: #393939. Windows color (decimal): -12966242 or 10364474. OLE color: 10364474.

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

Color convert

RGB 58 38 158 -
CMYK 0.63 0.76 0 0.38
HSL 250º 0.61% 0.38% -
HSV(B) 250º 0.76% 0.62% -
XYZ 8.61 4.75 32.81 -
YUV 57.66 184.63 128.24 -
System Red Green Blue C M Y K H S L
Decimal 58 38 158 0.63 0.76 0 0.38 250 0.61 0.38
Hex 3A 26 9E 3F 4C 0 26 FA 3D 26
Octal 72 46 236 77 114 0 46 372 75 46
Binary 111010 100110 10011110 111111 1001100 0 100110 11111010 111101 100110

Color Harmonies of #3A269E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A269E

Black with #3A269E

Text Example


Text Example

White with #3A269E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,38,158); }

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

background-color css

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

 a { background-color: rgb(58,38,158); }

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

border-color css

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

 span { border-color: rgb(58,38,158); }

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