Html Css Color HEX #3C38AA Blue Gem

📋 copy color: '#3C38AA'

red 60 ◦ green 56 ◦ blue 170

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

Shades of Blue Gem #3C38AA

Tints of Blue Gem #3C38AA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.58%

 BLUE value IS 170 (66.8% from 255) = 59.44%

R = 20.98%
G = 19.58%
B = 59.44%

CMYK

 C value IS 0.65

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C38AA (or 0x3C38AA) is known color: Blue Gem. HEX triplet: 3C, 38 and AA. RGB value is (60,56,170). Sum of RGB (Red+Green+Blue) = 60+56+170=286 (37% of max value = 765). Red value is 60 (23.83% from 255 or 20.98% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C38AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C38AA is #C3C755. Grayscale: #454545. Windows color (decimal): -12830550 or 11155516. OLE color: 11155516.

HSL color Cylindrical-coordinate representation of color #3C38AA: hue angle of 242.11º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C38AA is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 56 170 -
CMYK 0.65 0.67 0 0.33
HSL 242.11º 0.5% 0.44% -
HSV(B) 242.11º 0.67% 0.67% -
XYZ 10.53 6.69 38.77 -
YUV 70.19 184.33 120.73 -
System Red Green Blue C M Y K H S L
Decimal 60 56 170 0.65 0.67 0 0.33 242.11 0.5 0.44
Hex 3C 38 AA 41 43 0 21 F2 32 2C
Octal 74 70 252 101 103 0 41 362 62 54
Binary 111100 111000 10101010 1000001 1000011 0 100001 11110010 110010 101100

Color Harmonies of #3C38AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C38AA

Black with #3C38AA

Text Example


Text Example

White with #3C38AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,56,170); }

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

background-color css

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

 a { background-color: rgb(60,56,170); }

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

border-color css

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

 span { border-color: rgb(60,56,170); }

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