Html Css Color HEX #3D30CC Free Speech Blue

📋 copy color: '#3D30CC'

red 61 ◦ green 48 ◦ blue 204

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

Shades of Free Speech Blue #3D30CC

Tints of Free Speech Blue #3D30CC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.34%

 BLUE value IS 204 (80.08% from 255) = 65.18%

R = 19.49%
G = 15.34%
B = 65.18%

CMYK

 C value IS 0.70

 M value IS 0.76

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3D30CC (or 0x3D30CC) is known color: Free Speech Blue. HEX triplet: 3D, 30 and CC. RGB value is (61,48,204). Sum of RGB (Red+Green+Blue) = 61+48+204=313 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.49% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 204 (80.08% from 255 or 65.18% from 313); Max value from RGB is 204 - color contains mainly: blue. Hex color #3D30CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D30CC is #C2CF33. Grayscale: #454545. Windows color (decimal): -12767028 or 13381693. OLE color: 13381693.

HSL color Cylindrical-coordinate representation of color #3D30CC: hue angle of 245º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D30CC is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 61 48 204 -
CMYK 0.70 0.76 0 0.2
HSL 245º 0.62% 0.49% -
HSV(B) 245º 0.76% 0.8% -
XYZ 13.88 7.47 57.84 -
YUV 69.67 203.81 121.82 -
System Red Green Blue C M Y K H S L
Decimal 61 48 204 0.70 0.76 0 0.2 245 0.62 0.49
Hex 3D 30 CC 46 4C 0 14 F5 3E 31
Octal 75 60 314 106 114 0 24 365 76 61
Binary 111101 110000 11001100 1000110 1001100 0 10100 11110101 111110 110001

Color Harmonies of #3D30CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D30CC

Black with #3D30CC

Text Example


Text Example

White with #3D30CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,48,204); }

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

background-color css

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

 a { background-color: rgb(61,48,204); }

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

border-color css

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

 span { border-color: rgb(61,48,204); }

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