Html Css Color HEX #3D55CE Free Speech Blue

📋 copy color: '#3D55CE'

red 61 ◦ green 85 ◦ blue 206

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

Shades of Free Speech Blue #3D55CE

Tints of Free Speech Blue #3D55CE

RGB

 RED value IS 61 (24.22% from 255) = 17.33%

 GREEN value IS 85 (33.59% from 255) = 24.15%

 BLUE value IS 206 (80.86% from 255) = 58.52%

R = 17.33%
G = 24.15%
B = 58.52%

CMYK

 C value IS 0.70

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3D55CE (or 0x3D55CE) is known color: Free Speech Blue. HEX triplet: 3D, 55 and CE. RGB value is (61,85,206). Sum of RGB (Red+Green+Blue) = 61+85+206=352 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.33% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #3D55CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D55CE is #C2AA31. Grayscale: #5B5B5B. Windows color (decimal): -12757554 or 13522237. OLE color: 13522237.

HSL color Cylindrical-coordinate representation of color #3D55CE: hue angle of 230.07º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D55CE is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 61 85 206 -
CMYK 0.70 0.59 0 0.19
HSL 230.07º 0.6% 0.52% -
HSV(B) 230.07º 0.7% 0.81% -
XYZ 16.31 11.95 59.84 -
YUV 91.62 192.55 106.16 -
System Red Green Blue C M Y K H S L
Decimal 61 85 206 0.70 0.59 0 0.19 230.07 0.6 0.52
Hex 3D 55 CE 46 3B 0 13 E6 3C 34
Octal 75 125 316 106 73 0 23 346 74 64
Binary 111101 1010101 11001110 1000110 111011 0 10011 11100110 111100 110100

Color Harmonies of #3D55CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D55CE

Black with #3D55CE

Text Example


Text Example

White with #3D55CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,85,206); }

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

background-color css

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

 a { background-color: rgb(61,85,206); }

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

border-color css

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

 span { border-color: rgb(61,85,206); }

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