Html Css Color HEX #3C38CB Free Speech Blue

📋 copy color: '#3C38CB'

red 60 ◦ green 56 ◦ blue 203

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

Shades of Free Speech Blue #3C38CB

Tints of Free Speech Blue #3C38CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 63.64%

R = 18.81%
G = 17.55%
B = 63.64%

CMYK

 C value IS 0.70

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3C38CB (or 0x3C38CB) is known color: Free Speech Blue. HEX triplet: 3C, 38 and CB. RGB value is (60,56,203). Sum of RGB (Red+Green+Blue) = 60+56+203=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 203 (79.69% from 255 or 63.64% from 319); Max value from RGB is 203 - color contains mainly: blue. Hex color #3C38CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C38CB is #C3C734. Grayscale: #494949. Windows color (decimal): -12830517 or 13318204. OLE color: 13318204.

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

Color convert

RGB 60 56 203 -
CMYK 0.70 0.72 0 0.20
HSL 241.63º 0.59% 0.51% -
HSV(B) 241.63º 0.72% 0.8% -
XYZ 14.06 8.1 57.32 -
YUV 73.95 200.83 118.05 -
System Red Green Blue C M Y K H S L
Decimal 60 56 203 0.70 0.72 0 0.20 241.63 0.59 0.51
Hex 3C 38 CB 46 48 0 14 F2 3B 33
Octal 74 70 313 106 110 0 24 362 73 63
Binary 111100 111000 11001011 1000110 1001000 0 10100 11110010 111011 110011

Color Harmonies of #3C38CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C38CB

Black with #3C38CB

Text Example


Text Example

White with #3C38CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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