Html Css Color HEX #384CCB Free Speech Blue

📋 copy color: '#384CCB'

red 56 ◦ green 76 ◦ blue 203

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

Shades of Free Speech Blue #384CCB

Tints of Free Speech Blue #384CCB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.69%

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

R = 16.72%
G = 22.69%
B = 60.6%

CMYK

 C value IS 0.72

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#384CCB (or 0x384CCB) is known color: Free Speech Blue. HEX triplet: 38, 4C and CB. RGB value is (56,76,203). Sum of RGB (Red+Green+Blue) = 56+76+203=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #384CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384CCB is #C7B334. Grayscale: #535353. Windows color (decimal): -13087541 or 13323320. OLE color: 13323320.

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

Color convert

RGB 56 76 203 -
CMYK 0.72 0.63 0 0.20
HSL 231.84º 0.59% 0.51% -
HSV(B) 231.84º 0.72% 0.8% -
XYZ 14.99 10.32 57.7 -
YUV 84.5 194.87 107.67 -
System Red Green Blue C M Y K H S L
Decimal 56 76 203 0.72 0.63 0 0.20 231.84 0.59 0.51
Hex 38 4C CB 48 3F 0 14 E8 3B 33
Octal 70 114 313 110 77 0 24 350 73 63
Binary 111000 1001100 11001011 1001000 111111 0 10100 11101000 111011 110011

Color Harmonies of #384CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384CCB

Black with #384CCB

Text Example


Text Example

White with #384CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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