Html Css Color HEX #3B269F Blue Gem

📋 copy color: '#3B269F'

red 59 ◦ green 38 ◦ blue 159

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

Shades of Blue Gem #3B269F

Tints of Blue Gem #3B269F

RGB

 RED value IS 59 (23.44% from 255) = 23.05%

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

 BLUE value IS 159 (62.5% from 255) = 62.11%

R = 23.05%
G = 14.84%
B = 62.11%

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

#3B269F (or 0x3B269F) is known color: Blue Gem. HEX triplet: 3B, 26 and 9F. RGB value is (59,38,159). Sum of RGB (Red+Green+Blue) = 59+38+159=256 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.05% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 159 (62.5% from 255 or 62.11% from 256); Max value from RGB is 159 - color contains mainly: blue. Hex color #3B269F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B269F is #C4D960. Grayscale: #393939. Windows color (decimal): -12900705 or 10430011. OLE color: 10430011.

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

Color convert

RGB 59 38 159 -
CMYK 0.63 0.76 0 0.38
HSL 250.41º 0.61% 0.39% -
HSV(B) 250.41º 0.76% 0.62% -
XYZ 8.75 4.82 33.27 -
YUV 58.07 184.96 128.66 -
System Red Green Blue C M Y K H S L
Decimal 59 38 159 0.63 0.76 0 0.38 250.41 0.61 0.39
Hex 3B 26 9F 3F 4C 0 26 FA 3D 27
Octal 73 46 237 77 114 0 46 372 75 47
Binary 111011 100110 10011111 111111 1001100 0 100110 11111010 111101 100111

Color Harmonies of #3B269F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B269F

Black with #3B269F

Text Example


Text Example

White with #3B269F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,38,159); }

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

background-color css

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

 a { background-color: rgb(59,38,159); }

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

border-color css

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

 span { border-color: rgb(59,38,159); }

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