Html Css Color HEX #3C38CD Free Speech Blue

📋 copy color: '#3C38CD'

red 60 ◦ green 56 ◦ blue 205

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

Shades of Free Speech Blue #3C38CD

Tints of Free Speech Blue #3C38CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 63.86%

R = 18.69%
G = 17.45%
B = 63.86%

CMYK

 C value IS 0.71

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3C38CD (or 0x3C38CD) is known color: Free Speech Blue. HEX triplet: 3C, 38 and CD. RGB value is (60,56,205). Sum of RGB (Red+Green+Blue) = 60+56+205=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 205 (80.47% from 255 or 63.86% from 321); Max value from RGB is 205 - color contains mainly: blue. Hex color #3C38CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C38CD is #C3C732. Grayscale: #494949. Windows color (decimal): -12830515 or 13449276. OLE color: 13449276.

HSL color Cylindrical-coordinate representation of color #3C38CD: hue angle of 241.61º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C38CD is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 60 56 205 -
CMYK 0.71 0.73 0 0.20
HSL 241.61º 0.6% 0.51% -
HSV(B) 241.61º 0.73% 0.8% -
XYZ 14.3 8.2 58.59 -
YUV 74.18 201.83 117.88 -
System Red Green Blue C M Y K H S L
Decimal 60 56 205 0.71 0.73 0 0.20 241.61 0.6 0.51
Hex 3C 38 CD 47 49 0 14 F2 3C 33
Octal 74 70 315 107 111 0 24 362 74 63
Binary 111100 111000 11001101 1000111 1001001 0 10100 11110010 111100 110011

Color Harmonies of #3C38CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C38CD

Black with #3C38CD

Text Example


Text Example

White with #3C38CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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