Html Css Color HEX #384CDA Free Speech Blue

📋 copy color: '#384CDA'

red 56 ◦ green 76 ◦ blue 218

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

Shades of Free Speech Blue #384CDA

Tints of Free Speech Blue #384CDA

RGB

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

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

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

R = 16%
G = 21.71%
B = 62.29%

CMYK

 C value IS 0.74

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#384CDA (or 0x384CDA) is known color: Free Speech Blue. HEX triplet: 38, 4C and DA. RGB value is (56,76,218). Sum of RGB (Red+Green+Blue) = 56+76+218=350 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 218 (85.55% from 255 or 62.29% from 350); Max value from RGB is 218 - color contains mainly: blue. Hex color #384CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384CDA is #C7B325. Grayscale: #555555. Windows color (decimal): -13087526 or 14306360. OLE color: 14306360.

HSL color Cylindrical-coordinate representation of color #384CDA: hue angle of 232.59º 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 #384CDA is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 76 218 -
CMYK 0.74 0.65 0 0.15
HSL 232.59º 0.69% 0.54% -
HSV(B) 232.59º 0.74% 0.85% -
XYZ 16.87 11.07 67.58 -
YUV 86.21 202.37 106.45 -
System Red Green Blue C M Y K H S L
Decimal 56 76 218 0.74 0.65 0 0.15 232.59 0.69 0.54
Hex 38 4C DA 4A 41 0 F E9 45 36
Octal 70 114 332 112 101 0 17 351 105 66
Binary 111000 1001100 11011010 1001010 1000001 0 1111 11101001 1000101 110110

Color Harmonies of #384CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384CDA

Black with #384CDA

Text Example


Text Example

White with #384CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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