Html Css Color HEX #3C258F Blue Gem

📋 copy color: '#3C258F'

red 60 ◦ green 37 ◦ blue 143

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

Shades of Blue Gem #3C258F

Tints of Blue Gem #3C258F

RGB

 RED value IS 60 (23.83% from 255) = 25%

 GREEN value IS 37 (14.84% from 255) = 15.42%

 BLUE value IS 143 (56.25% from 255) = 59.58%

R = 25%
G = 15.42%
B = 59.58%

CMYK

 C value IS 0.58

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3C258F (or 0x3C258F) is known color: Blue Gem. HEX triplet: 3C, 25 and 8F. RGB value is (60,37,143). Sum of RGB (Red+Green+Blue) = 60+37+143=240 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 143 (56.25% from 255 or 59.58% from 240); Max value from RGB is 143 - color contains mainly: blue. Hex color #3C258F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C258F is #C3DA70. Grayscale: #373737. Windows color (decimal): -12835441 or 9381180. OLE color: 9381180.

HSL color Cylindrical-coordinate representation of color #3C258F: hue angle of 253.02º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C258F is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 60 37 143 -
CMYK 0.58 0.74 0 0.44
HSL 253.02º 0.59% 0.35% -
HSV(B) 253.02º 0.74% 0.56% -
XYZ 7.48 4.27 26.42 -
YUV 55.96 177.12 130.88 -
System Red Green Blue C M Y K H S L
Decimal 60 37 143 0.58 0.74 0 0.44 253.02 0.59 0.35
Hex 3C 25 8F 3A 4A 0 2C FD 3B 23
Octal 74 45 217 72 112 0 54 375 73 43
Binary 111100 100101 10001111 111010 1001010 0 101100 11111101 111011 100011

Color Harmonies of #3C258F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C258F

Black with #3C258F

Text Example


Text Example

White with #3C258F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,37,143); }

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

background-color css

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

 a { background-color: rgb(60,37,143); }

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

border-color css

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

 span { border-color: rgb(60,37,143); }

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