Html Css Color HEX #3E60CA Free Speech Blue

📋 copy color: '#3E60CA'

red 62 ◦ green 96 ◦ blue 202

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

Shades of Free Speech Blue #3E60CA

Tints of Free Speech Blue #3E60CA

RGB

 RED value IS 62 (24.61% from 255) = 17.22%

 GREEN value IS 96 (37.89% from 255) = 26.67%

 BLUE value IS 202 (79.3% from 255) = 56.11%

R = 17.22%
G = 26.67%
B = 56.11%

CMYK

 C value IS 0.69

 M value IS 0.52

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3E60CA (or 0x3E60CA) is known color: Free Speech Blue. HEX triplet: 3E, 60 and CA. RGB value is (62,96,202). Sum of RGB (Red+Green+Blue) = 62+96+202=360 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.22% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 202 (79.30% from 255 or 56.11% from 360); Max value from RGB is 202 - color contains mainly: blue. Hex color #3E60CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E60CA is #C19F35. Grayscale: #616161. Windows color (decimal): -12689206 or 13262910. OLE color: 13262910.

HSL color Cylindrical-coordinate representation of color #3E60CA: hue angle of 225.43º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E60CA is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 62 96 202 -
CMYK 0.69 0.52 0 0.21
HSL 225.43º 0.57% 0.52% -
HSV(B) 225.43º 0.69% 0.79% -
XYZ 16.83 13.65 57.63 -
YUV 97.92 186.74 102.38 -
System Red Green Blue C M Y K H S L
Decimal 62 96 202 0.69 0.52 0 0.21 225.43 0.57 0.52
Hex 3E 60 CA 45 34 0 15 E1 39 34
Octal 76 140 312 105 64 0 25 341 71 64
Binary 111110 1100000 11001010 1000101 110100 0 10101 11100001 111001 110100

Color Harmonies of #3E60CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E60CA

Black with #3E60CA

Text Example


Text Example

White with #3E60CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,96,202); }

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

background-color css

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

 a { background-color: rgb(62,96,202); }

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

border-color css

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

 span { border-color: rgb(62,96,202); }

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