Html Css Color HEX #39269B Blue Gem

📋 copy color: '#39269B'

red 57 ◦ green 38 ◦ blue 155

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

Shades of Blue Gem #39269B

Tints of Blue Gem #39269B

RGB

 RED value IS 57 (22.66% from 255) = 22.8%

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

 BLUE value IS 155 (60.94% from 255) = 62%

R = 22.8%
G = 15.2%
B = 62%

CMYK

 C value IS 0.63

 M value IS 0.75

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#39269B (or 0x39269B) is known color: Blue Gem. HEX triplet: 39, 26 and 9B. RGB value is (57,38,155). Sum of RGB (Red+Green+Blue) = 57+38+155=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 155 (60.94% from 255 or 62% from 250); Max value from RGB is 155 - color contains mainly: blue. Hex color #39269B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39269B is #C6D964. Grayscale: #383838. Windows color (decimal): -13031781 or 10167865. OLE color: 10167865.

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

Color convert

RGB 57 38 155 -
CMYK 0.63 0.75 0 0.39
HSL 249.74º 0.61% 0.38% -
HSV(B) 249.74º 0.75% 0.61% -
XYZ 8.3 4.62 31.47 -
YUV 57.02 183.29 127.99 -
System Red Green Blue C M Y K H S L
Decimal 57 38 155 0.63 0.75 0 0.39 249.74 0.61 0.38
Hex 39 26 9B 3F 4B 0 27 FA 3D 26
Octal 71 46 233 77 113 0 47 372 75 46
Binary 111001 100110 10011011 111111 1001011 0 100111 11111010 111101 100110

Color Harmonies of #39269B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39269B

Black with #39269B

Text Example


Text Example

White with #39269B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39269B; }

 p { color: rgb(57,38,155); }

 H1.HeaderClassName
 {
   color: #39269B;
 }
 .AnyTagClassName
 {
   color: #39269B;
 }
</style>

background-color css

<style>
 a { background-color: #39269B; }

 a { background-color: rgb(57,38,155); }

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

border-color css

<style>
 span { border-color: #39269B; }

 span { border-color: rgb(57,38,155); }

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