Html Css Color HEX #383FCD Free Speech Blue

📋 copy color: '#383FCD'

red 56 ◦ green 63 ◦ blue 205

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

Shades of Free Speech Blue #383FCD

Tints of Free Speech Blue #383FCD

RGB

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

 GREEN value IS 63 (25% from 255) = 19.44%

 BLUE value IS 205 (80.47% from 255) = 63.27%

R = 17.28%
G = 19.44%
B = 63.27%

CMYK

 C value IS 0.73

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#383FCD (or 0x383FCD) is known color: Free Speech Blue. HEX triplet: 38, 3F and CD. RGB value is (56,63,205). Sum of RGB (Red+Green+Blue) = 56+63+205=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 205 (80.47% from 255 or 63.27% from 324); Max value from RGB is 205 - color contains mainly: blue. Hex color #383FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383FCD is #C7C032. Grayscale: #4C4C4C. Windows color (decimal): -13090867 or 13451064. OLE color: 13451064.

HSL color Cylindrical-coordinate representation of color #383FCD: hue angle of 237.18º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #383FCD is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 63 205 -
CMYK 0.73 0.69 0 0.20
HSL 237.18º 0.6% 0.51% -
HSV(B) 237.18º 0.73% 0.8% -
XYZ 14.43 8.8 58.7 -
YUV 77.1 200.18 112.95 -
System Red Green Blue C M Y K H S L
Decimal 56 63 205 0.73 0.69 0 0.20 237.18 0.6 0.51
Hex 38 3F CD 49 45 0 14 ED 3C 33
Octal 70 77 315 111 105 0 24 355 74 63
Binary 111000 111111 11001101 1001001 1000101 0 10100 11101101 111100 110011

Color Harmonies of #383FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383FCD

Black with #383FCD

Text Example


Text Example

White with #383FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383FCD; }

 p { color: rgb(56,63,205); }

 H1.HeaderClassName
 {
   color: #383FCD;
 }
 .AnyTagClassName
 {
   color: #383FCD;
 }
</style>

background-color css

<style>
 a { background-color: #383FCD; }

 a { background-color: rgb(56,63,205); }

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

border-color css

<style>
 span { border-color: #383FCD; }

 span { border-color: rgb(56,63,205); }

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