Html Css Color HEX #3D269F Blue Gem

📋 copy color: '#3D269F'

red 61 ◦ green 38 ◦ blue 159

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

Shades of Blue Gem #3D269F

Tints of Blue Gem #3D269F

RGB

 RED value IS 61 (24.22% from 255) = 23.64%

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

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

R = 23.64%
G = 14.73%
B = 61.63%

CMYK

 C value IS 0.62

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3D269F (or 0x3D269F) is known color: Blue Gem. HEX triplet: 3D, 26 and 9F. RGB value is (61,38,159). Sum of RGB (Red+Green+Blue) = 61+38+159=258 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.64% from 258); Green value is 38 (15.23% from 255 or 14.73% from 258); Blue value is 159 (62.5% from 255 or 61.63% from 258); Max value from RGB is 159 - color contains mainly: blue. Hex color #3D269F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D269F is #C2D960. Grayscale: #3A3A3A. Windows color (decimal): -12769633 or 10430013. OLE color: 10430013.

HSL color Cylindrical-coordinate representation of color #3D269F: hue angle of 251.4º 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 #3D269F is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 61 38 159 -
CMYK 0.62 0.76 0 0.38
HSL 251.41º 0.61% 0.39% -
HSV(B) 251.41º 0.76% 0.62% -
XYZ 8.88 4.88 33.28 -
YUV 58.67 184.62 129.66 -
System Red Green Blue C M Y K H S L
Decimal 61 38 159 0.62 0.76 0 0.38 251.41 0.61 0.39
Hex 3D 26 9F 3E 4C 0 26 FB 3D 27
Octal 75 46 237 76 114 0 46 373 75 47
Binary 111101 100110 10011111 111110 1001100 0 100110 11111011 111101 100111

Color Harmonies of #3D269F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D269F

Black with #3D269F

Text Example


Text Example

White with #3D269F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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