Html Css Color HEX #3842DA Free Speech Blue

📋 copy color: '#3842DA'

red 56 ◦ green 66 ◦ blue 218

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

Shades of Free Speech Blue #3842DA

Tints of Free Speech Blue #3842DA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.41%

 BLUE value IS 218 (85.55% from 255) = 64.12%

R = 16.47%
G = 19.41%
B = 64.12%

CMYK

 C value IS 0.74

 M value IS 0.70

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3842DA (or 0x3842DA) is known color: Free Speech Blue. HEX triplet: 38, 42 and DA. RGB value is (56,66,218). Sum of RGB (Red+Green+Blue) = 56+66+218=340 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.47% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 218 (85.55% from 255 or 64.12% from 340); Max value from RGB is 218 - color contains mainly: blue. Hex color #3842DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3842DA is #C7BD25. Grayscale: #4F4F4F. Windows color (decimal): -13090086 or 14303800. OLE color: 14303800.

HSL color Cylindrical-coordinate representation of color #3842DA: hue angle of 236.3º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3842DA is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 66 218 -
CMYK 0.74 0.70 0 0.15
HSL 236.3º 0.69% 0.54% -
HSV(B) 236.3º 0.74% 0.85% -
XYZ 16.23 9.8 67.37 -
YUV 80.34 205.69 110.64 -
System Red Green Blue C M Y K H S L
Decimal 56 66 218 0.74 0.70 0 0.15 236.3 0.69 0.54
Hex 38 42 DA 4A 46 0 F EC 45 36
Octal 70 102 332 112 106 0 17 354 105 66
Binary 111000 1000010 11011010 1001010 1000110 0 1111 11101100 1000101 110110

Color Harmonies of #3842DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3842DA

Black with #3842DA

Text Example


Text Example

White with #3842DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3842DA; }

 p { color: rgb(56,66,218); }

 H1.HeaderClassName
 {
   color: #3842DA;
 }
 .AnyTagClassName
 {
   color: #3842DA;
 }
</style>

background-color css

<style>
 a { background-color: #3842DA; }

 a { background-color: rgb(56,66,218); }

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

border-color css

<style>
 span { border-color: #3842DA; }

 span { border-color: rgb(56,66,218); }

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