Html Css Color HEX #384FCB Free Speech Blue

📋 copy color: '#384FCB'

red 56 ◦ green 79 ◦ blue 203

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

Shades of Free Speech Blue #384FCB

Tints of Free Speech Blue #384FCB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.37%

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

R = 16.57%
G = 23.37%
B = 60.06%

CMYK

 C value IS 0.72

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#384FCB (or 0x384FCB) is known color: Free Speech Blue. HEX triplet: 38, 4F and CB. RGB value is (56,79,203). Sum of RGB (Red+Green+Blue) = 56+79+203=338 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.57% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 203 (79.69% from 255 or 60.06% from 338); Max value from RGB is 203 - color contains mainly: blue. Hex color #384FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384FCB is #C7B034. Grayscale: #555555. Windows color (decimal): -13086773 or 13324088. OLE color: 13324088.

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

Color convert

RGB 56 79 203 -
CMYK 0.72 0.61 0 0.20
HSL 230.61º 0.59% 0.51% -
HSV(B) 230.61º 0.72% 0.8% -
XYZ 15.21 10.74 57.77 -
YUV 86.26 193.88 106.42 -
System Red Green Blue C M Y K H S L
Decimal 56 79 203 0.72 0.61 0 0.20 230.61 0.59 0.51
Hex 38 4F CB 48 3D 0 14 E7 3B 33
Octal 70 117 313 110 75 0 24 347 73 63
Binary 111000 1001111 11001011 1001000 111101 0 10100 11100111 111011 110011

Color Harmonies of #384FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384FCB

Black with #384FCB

Text Example


Text Example

White with #384FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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