Html Css Color HEX #384DCB Free Speech Blue

📋 copy color: '#384DCB'

red 56 ◦ green 77 ◦ blue 203

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

Shades of Free Speech Blue #384DCB

Tints of Free Speech Blue #384DCB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.92%

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

R = 16.67%
G = 22.92%
B = 60.42%

CMYK

 C value IS 0.72

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#384DCB (or 0x384DCB) is known color: Free Speech Blue. HEX triplet: 38, 4D and CB. RGB value is (56,77,203). Sum of RGB (Red+Green+Blue) = 56+77+203=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 203 (79.69% from 255 or 60.42% from 336); Max value from RGB is 203 - color contains mainly: blue. Hex color #384DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384DCB is #C7B234. Grayscale: #545454. Windows color (decimal): -13087285 or 13323576. OLE color: 13323576.

HSL color Cylindrical-coordinate representation of color #384DCB: hue angle of 231.43º 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 #384DCB is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 77 203 -
CMYK 0.72 0.62 0 0.20
HSL 231.43º 0.59% 0.51% -
HSV(B) 231.43º 0.72% 0.8% -
XYZ 15.06 10.46 57.72 -
YUV 85.09 194.54 107.25 -
System Red Green Blue C M Y K H S L
Decimal 56 77 203 0.72 0.62 0 0.20 231.43 0.59 0.51
Hex 38 4D CB 48 3E 0 14 E7 3B 33
Octal 70 115 313 110 76 0 24 347 73 63
Binary 111000 1001101 11001011 1001000 111110 0 10100 11100111 111011 110011

Color Harmonies of #384DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384DCB

Black with #384DCB

Text Example


Text Example

White with #384DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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