Html Css Color HEX #3C38AF Blue Gem

📋 copy color: '#3C38AF'

red 60 ◦ green 56 ◦ blue 175

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

Shades of Blue Gem #3C38AF

Tints of Blue Gem #3C38AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 60.14%

R = 20.62%
G = 19.24%
B = 60.14%

CMYK

 C value IS 0.66

 M value IS 0.68

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3C38AF (or 0x3C38AF) is known color: Blue Gem. HEX triplet: 3C, 38 and AF. RGB value is (60,56,175). Sum of RGB (Red+Green+Blue) = 60+56+175=291 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.62% from 291); Green value is 56 (22.27% from 255 or 19.24% from 291); Blue value is 175 (68.75% from 255 or 60.14% from 291); Max value from RGB is 175 - color contains mainly: blue. Hex color #3C38AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C38AF is #C3C750. Grayscale: #464646. Windows color (decimal): -12830545 or 11483196. OLE color: 11483196.

HSL color Cylindrical-coordinate representation of color #3C38AF: hue angle of 242.02º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C38AF is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 60 56 175 -
CMYK 0.66 0.68 0 0.31
HSL 242.02º 0.52% 0.45% -
HSV(B) 242.02º 0.68% 0.69% -
XYZ 11.02 6.88 41.31 -
YUV 70.76 186.83 120.32 -
System Red Green Blue C M Y K H S L
Decimal 60 56 175 0.66 0.68 0 0.31 242.02 0.52 0.45
Hex 3C 38 AF 42 44 0 1F F2 34 2D
Octal 74 70 257 102 104 0 37 362 64 55
Binary 111100 111000 10101111 1000010 1000100 0 11111 11110010 110100 101101

Color Harmonies of #3C38AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C38AF

Black with #3C38AF

Text Example


Text Example

White with #3C38AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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