#3341CA

Color #3341CA Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #3341CA

Tints of Free Speech Blue #3341CA

Color information

#3341CA (or 0x3341CA) is unknown color: approx Free Speech Blue. HEX triplet: 33, 41 and CA. RGB value is (51,65,202). Sum of RGB (Red+Green+Blue) = 51+65+202=318 (42% of max value = 765). Red value is 51 (20.31% from 255 or 16.04% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 202 (79.30% from 255 or 63.52% from 318); Max value from RGB is 202 - color contains mainly: blue. Hex color #3341CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3341CA is #CCBE35. Grayscale: #4B4B4B. Windows color (decimal): -13418038 or 13254963. OLE color: 13254963.

HSL color Cylindrical-coordinate representation of color #3341CA: hue angle of 234.44º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3341CA is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5165202-
CMYK0.750.6800.21
HSL234.44º59.68%49.61%-
HSV(B)234.44º74.75%79.22%-
XYZ13.928.7556.83-
YUV76.43198.86109.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.04%
GREEN value IS 65 (25.78% from 255) = 20.44%
BLUE value IS 202 (79.30% from 255) = 63.52%
R=16.04%
G=20.44%
B=63.52%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal51652020.750.6800.21234.4459.6849.61
Hex3341CA4B44015ea3c32
Octal631013121131040253527462
Binary1100111000001110010101001011100010001010111101010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3341CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3341CA; }

 p { color: rgb(51,65,202); }

 H1.HeaderClassName
 {
   color: #3341CA;
 }
 .AnyTagClassName
 {
   color: #3341CA;
 }
</style>
background-color css

<style>
 a { background-color: #3341CA; }

 a { background-color: rgb(51,65,202); }

 div.DivClassName
 {
   background-color: #3341CA;
 }
 .BgClassName
 {
   background-color: #3341CA;
 }
</style>
border-color css

<style>
 span { border-color: #3341CA; }

 span { border-color: rgb(51,65,202); }

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