Html Css Color HEX #3841CC Free Speech Blue

📋 copy color: '#3841CC'

red 56 ◦ green 65 ◦ blue 204

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

Shades of Free Speech Blue #3841CC

Tints of Free Speech Blue #3841CC

RGB

 RED value IS 56 (22.27% from 255) = 17.23%

 GREEN value IS 65 (25.78% from 255) = 20%

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

R = 17.23%
G = 20%
B = 62.77%

CMYK

 C value IS 0.73

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3841CC (or 0x3841CC) is known color: Free Speech Blue. HEX triplet: 38, 41 and CC. RGB value is (56,65,204). Sum of RGB (Red+Green+Blue) = 56+65+204=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 204 (80.08% from 255 or 62.77% from 325); Max value from RGB is 204 - color contains mainly: blue. Hex color #3841CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3841CC is #C7BE33. Grayscale: #4D4D4D. Windows color (decimal): -13090356 or 13386040. OLE color: 13386040.

HSL color Cylindrical-coordinate representation of color #3841CC: hue angle of 236.35º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3841CC is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 56 65 204 -
CMYK 0.73 0.68 0 0.2
HSL 236.35º 0.59% 0.51% -
HSV(B) 236.35º 0.73% 0.8% -
XYZ 14.42 8.98 58.1 -
YUV 78.16 199.02 112.2 -
System Red Green Blue C M Y K H S L
Decimal 56 65 204 0.73 0.68 0 0.2 236.35 0.59 0.51
Hex 38 41 CC 49 44 0 14 EC 3B 33
Octal 70 101 314 111 104 0 24 354 73 63
Binary 111000 1000001 11001100 1001001 1000100 0 10100 11101100 111011 110011

Color Harmonies of #3841CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3841CC

Black with #3841CC

Text Example


Text Example

White with #3841CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3841CC; }

 p { color: rgb(56,65,204); }

 H1.HeaderClassName
 {
   color: #3841CC;
 }
 .AnyTagClassName
 {
   color: #3841CC;
 }
</style>

background-color css

<style>
 a { background-color: #3841CC; }

 a { background-color: rgb(56,65,204); }

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

border-color css

<style>
 span { border-color: #3841CC; }

 span { border-color: rgb(56,65,204); }

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