Html Css Color HEX #384FDA Free Speech Blue

📋 copy color: '#384FDA'

red 56 ◦ green 79 ◦ blue 218

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

Shades of Free Speech Blue #384FDA

Tints of Free Speech Blue #384FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 61.76%

R = 15.86%
G = 22.38%
B = 61.76%

CMYK

 C value IS 0.74

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#384FDA (or 0x384FDA) is known color: Free Speech Blue. HEX triplet: 38, 4F and DA. RGB value is (56,79,218). Sum of RGB (Red+Green+Blue) = 56+79+218=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 218 (85.55% from 255 or 61.76% from 353); Max value from RGB is 218 - color contains mainly: blue. Hex color #384FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384FDA is #C7B025. Grayscale: #575757. Windows color (decimal): -13086758 or 14307128. OLE color: 14307128.

HSL color Cylindrical-coordinate representation of color #384FDA: hue angle of 231.48º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #384FDA is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 79 218 -
CMYK 0.74 0.64 0 0.15
HSL 231.48º 0.69% 0.54% -
HSV(B) 231.48º 0.74% 0.85% -
XYZ 17.08 11.49 67.65 -
YUV 87.97 201.38 105.2 -
System Red Green Blue C M Y K H S L
Decimal 56 79 218 0.74 0.64 0 0.15 231.48 0.69 0.54
Hex 38 4F DA 4A 40 0 F E7 45 36
Octal 70 117 332 112 100 0 17 347 105 66
Binary 111000 1001111 11011010 1001010 1000000 0 1111 11100111 1000101 110110

Color Harmonies of #384FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384FDA

Black with #384FDA

Text Example


Text Example

White with #384FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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