Html Css Color HEX #3C269C Blue Gem

📋 copy color: '#3C269C'

red 60 ◦ green 38 ◦ blue 156

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

Shades of Blue Gem #3C269C

Tints of Blue Gem #3C269C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 61.42%

R = 23.62%
G = 14.96%
B = 61.42%

CMYK

 C value IS 0.62

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3C269C (or 0x3C269C) is known color: Blue Gem. HEX triplet: 3C, 26 and 9C. RGB value is (60,38,156). Sum of RGB (Red+Green+Blue) = 60+38+156=254 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.62% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 156 (61.33% from 255 or 61.42% from 254); Max value from RGB is 156 - color contains mainly: blue. Hex color #3C269C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C269C is #C3D963. Grayscale: #393939. Windows color (decimal): -12835172 or 10233404. OLE color: 10233404.

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

Color convert

RGB 60 38 156 -
CMYK 0.62 0.76 0 0.39
HSL 251.19º 0.61% 0.38% -
HSV(B) 251.19º 0.76% 0.61% -
XYZ 8.56 4.75 31.92 -
YUV 58.03 183.29 129.41 -
System Red Green Blue C M Y K H S L
Decimal 60 38 156 0.62 0.76 0 0.39 251.19 0.61 0.38
Hex 3C 26 9C 3E 4C 0 27 FB 3D 26
Octal 74 46 234 76 114 0 47 373 75 46
Binary 111100 100110 10011100 111110 1001100 0 100111 11111011 111101 100110

Color Harmonies of #3C269C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C269C

Black with #3C269C

Text Example


Text Example

White with #3C269C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,38,156); }

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

background-color css

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

 a { background-color: rgb(60,38,156); }

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

border-color css

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

 span { border-color: rgb(60,38,156); }

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