Html Css Color HEX #3838CC Free Speech Blue

📋 copy color: '#3838CC'

red 56 ◦ green 56 ◦ blue 204

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

Shades of Free Speech Blue #3838CC

Tints of Free Speech Blue #3838CC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.72%

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

R = 17.72%
G = 17.72%
B = 64.56%

CMYK

 C value IS 0.73

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3838CC (or 0x3838CC) is known color: Free Speech Blue. HEX triplet: 38, 38 and CC. RGB value is (56,56,204). Sum of RGB (Red+Green+Blue) = 56+56+204=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 204 (80.08% from 255 or 64.56% from 316); Max value from RGB is 204 - color contains mainly: blue. Hex color #3838CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3838CC is #C7C733. Grayscale: #484848. Windows color (decimal): -13092660 or 13383736. OLE color: 13383736.

HSL color Cylindrical-coordinate representation of color #3838CC: hue angle of 240º 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 #3838CC is Cyan = 0.73, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 56 56 204 -
CMYK 0.73 0.73 0 0.2
HSL 240º 0.59% 0.51% -
HSV(B) 240º 0.73% 0.8% -
XYZ 13.94 8.03 57.94 -
YUV 72.87 202 115.97 -
System Red Green Blue C M Y K H S L
Decimal 56 56 204 0.73 0.73 0 0.2 240 0.59 0.51
Hex 38 38 CC 49 49 0 14 F0 3B 33
Octal 70 70 314 111 111 0 24 360 73 63
Binary 111000 111000 11001100 1001001 1001001 0 10100 11110000 111011 110011

Color Harmonies of #3838CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3838CC

Black with #3838CC

Text Example


Text Example

White with #3838CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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