Html Css Color HEX #383CCC Free Speech Blue

📋 copy color: '#383CCC'

red 56 ◦ green 60 ◦ blue 204

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

Shades of Free Speech Blue #383CCC

Tints of Free Speech Blue #383CCC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.75%

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

R = 17.5%
G = 18.75%
B = 63.75%

CMYK

 C value IS 0.73

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#383CCC (or 0x383CCC) is known color: Free Speech Blue. HEX triplet: 38, 3C and CC. RGB value is (56,60,204). Sum of RGB (Red+Green+Blue) = 56+60+204=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 204 (80.08% from 255 or 63.75% from 320); Max value from RGB is 204 - color contains mainly: blue. Hex color #383CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383CCC is #C7C333. Grayscale: #4A4A4A. Windows color (decimal): -13091636 or 13384760. OLE color: 13384760.

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

Color convert

RGB 56 60 204 -
CMYK 0.73 0.71 0 0.2
HSL 238.38º 0.59% 0.51% -
HSV(B) 238.38º 0.73% 0.8% -
XYZ 14.15 8.43 58.01 -
YUV 75.22 200.67 114.29 -
System Red Green Blue C M Y K H S L
Decimal 56 60 204 0.73 0.71 0 0.2 238.38 0.59 0.51
Hex 38 3C CC 49 47 0 14 EE 3B 33
Octal 70 74 314 111 107 0 24 356 73 63
Binary 111000 111100 11001100 1001001 1000111 0 10100 11101110 111011 110011

Color Harmonies of #383CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383CCC

Black with #383CCC

Text Example


Text Example

White with #383CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383CCC; }

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

 H1.HeaderClassName
 {
   color: #383CCC;
 }
 .AnyTagClassName
 {
   color: #383CCC;
 }
</style>

background-color css

<style>
 a { background-color: #383CCC; }

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

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

border-color css

<style>
 span { border-color: #383CCC; }

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

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