Html Css Color HEX #384BCC Free Speech Blue

📋 copy color: '#384BCC'

red 56 ◦ green 75 ◦ blue 204

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

Shades of Free Speech Blue #384BCC

Tints of Free Speech Blue #384BCC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.39%

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

R = 16.72%
G = 22.39%
B = 60.9%

CMYK

 C value IS 0.73

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#384BCC (or 0x384BCC) is known color: Free Speech Blue. HEX triplet: 38, 4B and CC. RGB value is (56,75,204). Sum of RGB (Red+Green+Blue) = 56+75+204=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #384BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384BCC is #C7B433. Grayscale: #535353. Windows color (decimal): -13087796 or 13388600. OLE color: 13388600.

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

Color convert

RGB 56 75 204 -
CMYK 0.73 0.63 0 0.2
HSL 232.3º 0.59% 0.51% -
HSV(B) 232.3º 0.73% 0.8% -
XYZ 15.05 10.23 58.31 -
YUV 84.03 195.71 108.01 -
System Red Green Blue C M Y K H S L
Decimal 56 75 204 0.73 0.63 0 0.2 232.3 0.59 0.51
Hex 38 4B CC 49 3F 0 14 E8 3B 33
Octal 70 113 314 111 77 0 24 350 73 63
Binary 111000 1001011 11001100 1001001 111111 0 10100 11101000 111011 110011

Color Harmonies of #384BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384BCC

Black with #384BCC

Text Example


Text Example

White with #384BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384BCC; }

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

 H1.HeaderClassName
 {
   color: #384BCC;
 }
 .AnyTagClassName
 {
   color: #384BCC;
 }
</style>

background-color css

<style>
 a { background-color: #384BCC; }

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

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

border-color css

<style>
 span { border-color: #384BCC; }

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

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