Html Css Color HEX #384ACB Free Speech Blue

📋 copy color: '#384ACB'

red 56 ◦ green 74 ◦ blue 203

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

Shades of Free Speech Blue #384ACB

Tints of Free Speech Blue #384ACB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.22%

 BLUE value IS 203 (79.69% from 255) = 60.96%

R = 16.82%
G = 22.22%
B = 60.96%

CMYK

 C value IS 0.72

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#384ACB (or 0x384ACB) is known color: Free Speech Blue. HEX triplet: 38, 4A and CB. RGB value is (56,74,203). Sum of RGB (Red+Green+Blue) = 56+74+203=333 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.82% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 203 (79.69% from 255 or 60.96% from 333); Max value from RGB is 203 - color contains mainly: blue. Hex color #384ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384ACB is #C7B534. Grayscale: #525252. Windows color (decimal): -13088053 or 13322808. OLE color: 13322808.

HSL color Cylindrical-coordinate representation of color #384ACB: hue angle of 232.65º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #384ACB is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 74 203 -
CMYK 0.72 0.64 0 0.20
HSL 232.65º 0.59% 0.51% -
HSV(B) 232.65º 0.72% 0.8% -
XYZ 14.86 10.05 57.66 -
YUV 83.32 195.54 108.51 -
System Red Green Blue C M Y K H S L
Decimal 56 74 203 0.72 0.64 0 0.20 232.65 0.59 0.51
Hex 38 4A CB 48 40 0 14 E9 3B 33
Octal 70 112 313 110 100 0 24 351 73 63
Binary 111000 1001010 11001011 1001000 1000000 0 10100 11101001 111011 110011

Color Harmonies of #384ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384ACB

Black with #384ACB

Text Example


Text Example

White with #384ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,74,203); }

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

background-color css

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

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

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

border-color css

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

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

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